diff options
author | Raul E Rangel <rrangel@chromium.org> | 2022-03-24 17:04:11 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-30 22:41:53 +0000 |
commit | d0b059fcd4cad2546ac1477470275ccbcd325a78 (patch) | |
tree | 3feaf6558ac504926003aa2fbf0302932e48788a /src/soc/amd/sabrina/include | |
parent | 21a8e381ea0dcf650200d2722bf2574958e5c9c7 (diff) |
soc/amd/sabrina: Add espi_switch_to_spi1_pads
The way to select the pads has changed from Cezanne.
BUG=b:226635441
TEST=Build skyrim
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I96baf6b9c169ed61d221352b29ac676bca40da21
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63095
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/sabrina/include')
-rw-r--r-- | src/soc/amd/sabrina/include/soc/espi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/amd/sabrina/include/soc/espi.h b/src/soc/amd/sabrina/include/soc/espi.h new file mode 100644 index 0000000000..76af3a1dc9 --- /dev/null +++ b/src/soc/amd/sabrina/include/soc/espi.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef AMD_SABRINA_ESPI_H +#define AMD_SABRINA_ESPI_H + +void espi_switch_to_spi1_pads(void); + +#endif /* AMD_SABRINA_ESPI_H */ |