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/mainboard/amd/mandolin/emmc_gpio.c | |
parent | 83463076033f30c2b0693b1f39a01cfb9c679cf9 (diff) |
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/mainboard/amd/mandolin/emmc_gpio.c')
-rw-r--r-- | src/mainboard/amd/mandolin/emmc_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/mandolin/emmc_gpio.c b/src/mainboard/amd/mandolin/emmc_gpio.c index 2ae72a6ec7..a88a5c59b2 100644 --- a/src/mainboard/amd/mandolin/emmc_gpio.c +++ b/src/mainboard/amd/mandolin/emmc_gpio.c @@ -6,7 +6,7 @@ /* eMMC controller driving either an SD card or eMMC device. */ static const struct soc_amd_gpio emmc_gpios[] = { PAD_NF(GPIO_21, EMMC_CMD, PULL_UP), - PAD_NF(GPIO_22, EMMC_PRW_CTRL, PULL_UP), + PAD_NF(GPIO_22, EMMC_PWR_CTRL, PULL_UP), PAD_NF(GPIO_68, EMMC_CD, PULL_UP), PAD_NF(GPIO_70, EMMC_CLK, PULL_NONE), PAD_NF(GPIO_104, EMMC_DATA0, PULL_UP), |