From 26806aed5cd27d4985e29a141d98e8c20add6fd9 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 3 Nov 2021 03:29:21 +0100 Subject: soc/amd/cezanne/include/gpio: fix GPIO 106 native function names The name looked a bit odd and the Cezanne PPR #56569 Rev 3.03 confirmed that the native function names don't have the EMMC_ prefix. Signed-off-by: Felix Held Change-Id: I917c74afd98f2e2133e160d352f11f08c19a3ec6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58874 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/cezanne/include/soc/gpio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/cezanne/include/soc/gpio.h b/src/soc/amd/cezanne/include/soc/gpio.h index 904c3fcc8d..d12d66771d 100644 --- a/src/soc/amd/cezanne/include/soc/gpio.h +++ b/src/soc/amd/cezanne/include/soc/gpio.h @@ -235,8 +235,8 @@ #define GPIO_105_IOMUX_SD0_DATA1 2 #define GPIO_105_IOMUX_GPIOxx 3 #define GPIO_106_IOMUX_LAD2 0 -#define GPIO_106_IOMUX_EMMC_SPI2_WP_L_ESPI2_D2 1 -#define GPIO_106_IOMUX_EMMC_SD0_DATA2 2 +#define GPIO_106_IOMUX_SPI2_WP_L_ESPI2_D2 1 +#define GPIO_106_IOMUX_SD0_DATA2 2 #define GPIO_106_IOMUX_GPIOxx 3 #define GPIO_107_IOMUX_LAD3 0 #define GPIO_107_IOMUX_SPI2_HOLD_L_ESPI2_D3 1 -- cgit v1.2.3