Attention is currently required from: Tarun Tuli, Subrata Banik, Kapil Porwal.
Jay Patel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74876 )
Change subject: src/mb/google/rex/variants/rex0_ISH/gpio: config ISH GPIO ......................................................................
src/mb/google/rex/variants/rex0_ISH/gpio: config ISH GPIO
Add ISH entries to GPIO table.
BUG= TEST=None
Signed-off-by: Jay Patel jay2.patel@intel.com Change-Id: I5869ba9ef404c3a7fef45af990dee14a3980ca3f --- M src/mainboard/google/rex/variants/rex0_ISH/gpio.c 1 file changed, 29 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/74876/1
diff --git a/src/mainboard/google/rex/variants/rex0_ISH/gpio.c b/src/mainboard/google/rex/variants/rex0_ISH/gpio.c index 71e9959..9fd8375 100644 --- a/src/mainboard/google/rex/variants/rex0_ISH/gpio.c +++ b/src/mainboard/google/rex/variants/rex0_ISH/gpio.c @@ -49,10 +49,10 @@ PAD_CFG_GPI_IRQ_WAKE_LOCK(GPP_B00, NONE, LEVEL, INVERT, LOCK_CONFIG), /* GPP_B01 : [] ==> BT_DISABLE_L */ PAD_CFG_GPO(GPP_B01, 1, DEEP), - /* GPP_B02 : net NC is not present in the given design */ - PAD_NC(GPP_B02, NONE), - /* GPP_B03 : net NC is not present in the given design */ - PAD_NC(GPP_B03, NONE), + /* GPP_B02 : ISH i2c0_SDA, net NC is not present in the given design */ + PAD_CFG_NF(GPP_B02, NONE, DEEP, NF3), + /* GPP_B03 : ISH_i2c0_SCL, net NC is not present in the given design */ + PAD_CFG_NF(GPP_B03, NONE, DEEP, NF3), /* GPP_B04 : GPP_B04_STRAP ==> Component NC */ PAD_NC(GPP_B04, NONE), /* GPP_B05 : [] ==> SPKR_INT_L_R */ @@ -61,8 +61,8 @@ PAD_CFG_GPI_INT(GPP_B06, NONE, PLTRST, EDGE_BOTH), /* GPP_B07 : [] ==> RST_HP_L */ PAD_CFG_GPO(GPP_B07, 1, DEEP), - /* GPP_B08 : net NC is not present in the given design */ - PAD_NC(GPP_B08, NONE), + /* GPP_B08 : ISH_GP3, net NC is not present in the given design */ + PAD_CFG_NF(GPP_B08, NONE, DEEP, NF4), /* GPP_B09 : [] ==> EN_FCAM_PWR */ PAD_CFG_GPO(GPP_B09, 0, DEEP), /* GPP_B10 : [] ==> WIFI_DISABLE_L */ @@ -151,10 +151,10 @@ PAD_CFG_GPO_LOCK(GPP_D03, 1, LOCK_CONFIG), /* GPP_D04 : [] ==> EN_SPKR */ PAD_CFG_GPO(GPP_D04, 1, DEEP), - /* GPP_D05 : net NC. Test pad. */ - PAD_NC(GPP_D05, NONE), - /* GPP_D06 : net NC. Test pad.*/ - PAD_NC(GPP_D06, NONE), + /* GPP_D05 : ISH_UART_TX, net NC. Test pad. */ + PAD_CFG_NF(GPP_D05, NONE, DEEP, NF2), + /* GPP_D06 : ISH_UART_RX, net NC. Test pad.*/ + PAD_CFG_NF(GPP_D06, NONE, DEEP, NF2), /* GPP_D07 : [] ==> FPMCU_UWB_MUX_SEL */ PAD_CFG_GPO_LOCK(GPP_D07, 1, LOCK_CONFIG), /* GPP_D08 : net NC. Test pad. */ @@ -220,8 +220,8 @@ PAD_CFG_GPI_LOCK(GPP_E13, NONE, LOCK_CONFIG), /* GPP_E14 : [] ==> SOC_EDP_HPD_L */ PAD_CFG_NF(GPP_E14, NONE, DEEP, NF1), - /* GPP_E15 : net NC is not present in the given design */ - PAD_NC(GPP_E15, NONE), + /* GPP_E15 : ISH_GP5A, net NC is not present in the given design */ + PAD_CFG_NF(GPP_E15, NONE, DEEP, NF8), /* GPP_E16 : net NC. Test pad. */ PAD_NC(GPP_E16, NONE), /* GPP_E17 : [] ==> EN_HPS_PWR */ @@ -273,8 +273,8 @@ PAD_NC(GPP_F20, NONE), /* GPP_F21 : [] ==> GPP_F21_STRAP */ PAD_NC(GPP_F21, NONE), - /* GPP_F22 : net NC is not present in the given design */ - PAD_NC(GPP_F22, NONE), + /* GPP_F22 : ISH_GP8A, net NC is not present in the given design */ + PAD_CFG_NF(GPP_F22, NONE, DEEP, NF8), /* GPP_F23 : net NC is not present in the given design */ PAD_NC(GPP_F23, NONE),