summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Wang <tyler.wang@quanta.corp-partner.google.com>2024-11-22 16:49:21 +0800
committerSubrata Banik <subratabanik@google.com>2024-11-28 09:09:52 +0000
commit973f291ce11db476bddd505ee217f6c86eaaeefa (patch)
treebd1fe42e861f1a21d6de97bd6bb461088c34b3f0
parent52d914e99f379721cdd4bc23d45b8bfef90dc09b (diff)
mb/google/rex/var/kanix: Update GPIO settings
BUG=b:366291025 TEST=emerge-rex coreboot pass Change-Id: I8a9de4098739cbcdc09f2ec685c374bee3c236a7 Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85248 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/rex/variants/kanix/gpio.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/google/rex/variants/kanix/gpio.c b/src/mainboard/google/rex/variants/kanix/gpio.c
index 202dae65e6..a319429d66 100644
--- a/src/mainboard/google/rex/variants/kanix/gpio.c
+++ b/src/mainboard/google/rex/variants/kanix/gpio.c
@@ -56,8 +56,8 @@ static const struct pad_config gpio_table[] = {
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 @@ static const struct pad_config gpio_table[] = {
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 @@ static const struct pad_config gpio_table[] = {
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 @@ static const struct pad_config gpio_table[] = {
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),