Tyler Wang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85248?usp=email )
Change subject: mb/google/rex/var/kanix: Update GPIO settings ......................................................................
mb/google/rex/var/kanix: Update GPIO settings
BUG=b:366291025 TEST=none
Change-Id: I8a9de4098739cbcdc09f2ec685c374bee3c236a7 Signed-off-by: Tyler Wang tyler.wang@quanta.corp-partner.google.com --- M src/mainboard/google/rex/variants/kanix/gpio.c 1 file changed, 8 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/85248/1
diff --git a/src/mainboard/google/rex/variants/kanix/gpio.c b/src/mainboard/google/rex/variants/kanix/gpio.c index 202dae6..a319429 100644 --- a/src/mainboard/google/rex/variants/kanix/gpio.c +++ b/src/mainboard/google/rex/variants/kanix/gpio.c @@ -56,8 +56,8 @@ PAD_NC(GPP_B03, NONE), /* GPP_B04 : GPP_B04_STRAP ==> Component NC */ PAD_NC(GPP_B04, NONE), - /* GPP_B05 : [] ==> SPKR_INT_L_R */ - PAD_CFG_GPI(GPP_B05, NONE, DEEP), + /* GPP_B05 : [] ==> SPKR_INT_L_R, test point */ + PAD_NC(GPP_B05, NONE), /* GPP_B06 : [] ==> HP_INT_L_R */ PAD_CFG_GPI_INT(GPP_B06, NONE, PLTRST, EDGE_BOTH), /* GPP_B07 : [] ==> CAM_DET_L */ @@ -174,8 +174,8 @@ PAD_CFG_NF(GPP_D16, NONE, DEEP, NF2), /* GPP_D17 : [] ==> I2S_SOC_RX_HP_TX */ PAD_CFG_NF(GPP_D17, NONE, DEEP, NF2), - /* GPP_D18 : net NC is not present in the given design */ - PAD_NC(GPP_D18, NONE), + /* GPP_D18 : [] ==> LAN_CLKREQ_ODL */ + PAD_CFG_NF(GPP_D18, NONE, DEEP, NF1), /* GPP_D19 : [] ==> EC_SOC_REC_SWITCH_ODL */ PAD_CFG_GPI_LOCK(GPP_D19, NONE, LOCK_CONFIG), /* GPP_D20 : [] ==> SSD_CLKREQ_ODL */ @@ -195,8 +195,8 @@ PAD_CFG_GPI_LOCK(GPP_E02, NONE, LOCK_CONFIG), /* GPP_E03 : [] ==> GSC_SOC_INT_ODL */ PAD_CFG_GPI_APIC_LOCK(GPP_E03, NONE, LEVEL, INVERT, LOCK_CONFIG), - /* GPP_E04 : [] ==> SOC_PEN_DETECT */ - PAD_CFG_GPI_GPIO_DRIVER(GPP_E04, NONE, PLTRST), + /* GPP_E04 : [] ==> SOC_PEN_DETECT, test point */ + PAD_NC(GPP_E04, NONE), /* GPP_E05 : [] ==> USB_A0_RT_RST_ODL */ PAD_CFG_GPO(GPP_E05, 1, DEEP), /* GPP_E06 : GPP_E06_STRAP ==> Component NC */ @@ -320,9 +320,9 @@ PAD_CFG_NF(GPP_S00, NONE, DEEP, NF1), /* GPP_S01 : [] ==> SDW_HP_DATA_WLAN_PCM_SYNC */ PAD_CFG_NF(GPP_S01, NONE, DEEP, NF1), - /* GPP_S02 : [] ==> DMIC_SOC_CLK0_WLAN_PCM_OUT */ + /* GPP_S02 : [] ==> DMIC_CLK1_R */ PAD_CFG_NF(GPP_S02, NONE, DEEP, NF3), - /* GPP_S03 : [] ==> DMIC_SOC_DATA0_WLAN_PCM_IN */ + /* GPP_S03 : [] ==> DMIC_DATA1_R */ PAD_CFG_NF(GPP_S03, NONE, DEEP, NF3), /* GPP_S04 : Not connected. */ PAD_NC(GPP_S04, NONE),