mb/google/rex/var/deku: replace IOEX with GPIOs

IOEX was replaced with GPIOs, this CL makes the required changes

BUG=b:325533052
TEST=Built FW image correctly.

Change-Id: I09ebba336b179cb36c6801b47ee0be5ade08c257
Signed-off-by: Eran Mitrani <mitrani@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80570
Reviewed-by: Derek Huang <derekhuang@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Eran Mitrani
2024-02-15 17:30:25 -08:00
committed by Felix Held
parent e3df5714cd
commit b397e98124

View File

@@ -55,8 +55,8 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_B05, NONE), PAD_NC(GPP_B05, NONE),
/* GPP_B06 : net NC is not present in the given design */ /* GPP_B06 : net NC is not present in the given design */
PAD_NC(GPP_B06, NONE), PAD_NC(GPP_B06, NONE),
/* GPP_B07 : IOEX_INT_ODL */ /* GPP_B07 : net NC is not present in the given design */
PAD_CFG_GPI(GPP_B07, NONE, DEEP), PAD_NC(GPP_B07, NONE),
/* GPP_B08 : [] ==> PWM_BUZZER */ /* GPP_B08 : [] ==> PWM_BUZZER */
PAD_CFG_GPO(GPP_B08, 0, DEEP), PAD_CFG_GPO(GPP_B08, 0, DEEP),
/* GPP_B09 : net NC is not present in the given design */ /* GPP_B09 : net NC is not present in the given design */
@@ -247,22 +247,22 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_F09, NONE), PAD_NC(GPP_F09, NONE),
/* GPP_F10 : net NC is not present in the given design */ /* GPP_F10 : net NC is not present in the given design */
PAD_NC(GPP_F10, NONE), PAD_NC(GPP_F10, NONE),
/* GPP_F11 : net NC is not present in the given design */ /* GPP_F11 : [] ==> AV_GPIO_P0 */
PAD_NC(GPP_F11, NONE), PAD_CFG_GPO(GPP_F11, 0, DEEP),
/* GPP_F12 : net NC is not present in the given design */ /* GPP_F12 : [] ==> AV_GPIO_P1 */
PAD_NC(GPP_F12, NONE), PAD_CFG_GPO(GPP_F12, 0, DEEP),
/* GPP_F13 : net NC is not present in the given design */ /* GPP_F13 : [] ==> AV_GPIO_P2 */
PAD_NC(GPP_F13, NONE), PAD_CFG_GPO(GPP_F13, 0, DEEP),
/* GPP_F14 : net NC is not present in the given design */ /* GPP_F14 : [] ==> AV_GPIO_P3 */
PAD_NC(GPP_F14, NONE), PAD_CFG_GPO(GPP_F14, 0, DEEP),
/* GPP_F15 : net NC is not present in the given design */ /* GPP_F15 : [] ==> AV_GPIO_P4 */
PAD_NC(GPP_F15, NONE), PAD_CFG_GPO(GPP_F15, 0, DEEP),
/* GPP_F16 : net NC is not present in the given design */ /* GPP_F16 : [] ==> AV_GPIO_P5 */
PAD_NC(GPP_F16, NONE), PAD_CFG_GPO(GPP_F16, 0, DEEP),
/* GPP_F17 : net NC is not present in the given design */ /* GPP_F17 : [] ==> AV_GPIO_P6 */
PAD_NC(GPP_F17, NONE), PAD_CFG_GPO(GPP_F17, 0, DEEP),
/* GPP_F18 : net NC is not present in the given design */ /* GPP_F18 : [] ==> AV_GPIO_P7 */
PAD_NC(GPP_F18, NONE), PAD_CFG_GPO(GPP_F18, 0, DEEP),
/* GPP_F19 : [GPP_F19_STRAP] ==> Component NC */ /* GPP_F19 : [GPP_F19_STRAP] ==> Component NC */
PAD_NC(GPP_F19, NONE), PAD_NC(GPP_F19, NONE),
/* GPP_F20 : [GPP_F20_STRAP] ==> Component NC */ /* GPP_F20 : [GPP_F20_STRAP] ==> Component NC */
@@ -271,7 +271,7 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_F21, NONE), PAD_NC(GPP_F21, NONE),
/* GPP_F22 : [] ==> GPP_F22_ISH_GP8A */ /* GPP_F22 : [] ==> GPP_F22_ISH_GP8A */
PAD_NC(GPP_F22, NONE), PAD_NC(GPP_F22, NONE),
/* GPP_F23 : [] ==> TP_SOC_ISH_MCF_INT_L */ /* GPP_F23 : [] ==> GPP_F23_ISH_GP9A */
PAD_NC(GPP_F23, NONE), PAD_NC(GPP_F23, NONE),
/* GPP_H00 : GPP_H00_STRAP ==> Component NC */ /* GPP_H00 : GPP_H00_STRAP ==> Component NC */
@@ -306,10 +306,10 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_H16, NONE), PAD_NC(GPP_H16, NONE),
/* GPP_H17 : net NC is not present in the given design */ /* GPP_H17 : net NC is not present in the given design */
PAD_NC(GPP_H17, NONE), PAD_NC(GPP_H17, NONE),
/* GPP_H19 : [] ==> I2C_IOEX_SDA */ /* GPP_H19 : net NC is not present in the given design */
PAD_CFG_NF_LOCK(GPP_H19, NONE, NF1, LOCK_CONFIG), PAD_NC(GPP_H19, NONE),
/* GPP_H20 : [] ==> I2C_IOEX_SCL */ /* GPP_H20 : net NC is not present in the given design */
PAD_CFG_NF_LOCK(GPP_H20, NONE, NF1, LOCK_CONFIG), PAD_NC(GPP_H20, NONE),
/* GPP_H21 : net NC is not present in the given design */ /* GPP_H21 : net NC is not present in the given design */
PAD_NC(GPP_H21, NONE), PAD_NC(GPP_H21, NONE),
/* GPP_H22 : net NC is not present in the given design */ /* GPP_H22 : net NC is not present in the given design */