diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2020-12-15 10:44:16 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-12-16 17:17:57 +0000 |
commit | 9ca96f35f792cb14ecbc0eef7bf4166fdf26efce (patch) | |
tree | 1cf005b976a46bd37aec29ff8a3deeaf7cb3e54d /src/soc/amd/picasso/include | |
parent | 83463076033f30c2b0693b1f39a01cfb9c679cf9 (diff) | |
download | coreboot-9ca96f35f792cb14ecbc0eef7bf4166fdf26efce.tar.xz |
soc/amd/picasso: Fix the typo in GPIO define
Change-Id: I8c9eed5d0e320b02382c24304a44e51e89eb6ac5
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48633
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/picasso/include')
-rw-r--r-- | src/soc/amd/picasso/include/soc/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/gpio.h b/src/soc/amd/picasso/include/soc/gpio.h index 8f33ca6ba9..0f4507cd2e 100644 --- a/src/soc/amd/picasso/include/soc/gpio.h +++ b/src/soc/amd/picasso/include/soc/gpio.h @@ -146,7 +146,7 @@ #define GPIO_21_IOMUX_EMMC_CMD 1 #define GPIO_21_IOMUX_GPIOxx 2 #define GPIO_22_IOMUX_LPC_PME_L 0 -#define GPIO_22_IOMUX_EMMC_PRW_CTRL 1 +#define GPIO_22_IOMUX_EMMC_PWR_CTRL 1 #define GPIO_22_IOMUX_GPIOxx 2 #define GPIO_23_IOMUX_AC_PRES 0 #define GPIO_23_IOMUX_SGPIO_LOAD 1 |