aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorTyler Wang <tyler.wang@quanta.corp-partner.google.com>2023-08-29 18:42:08 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-08-31 13:33:48 +0000
commit465064f7d434b295d000d7c3cc5d2dcb07ddd0c9 (patch)
tree7fe9b2ea26b7a12eab56a8654bbd3f93c8db84e0 /src/mainboard/google
parent7cdc4296f0fb88ae631ceecb80496447e7b2e53f (diff)
mb/google/rex/var/karis: Update GPIO settings for NC pins
According to the schematic, set below GPIO to NC: 1. GPP_C18 2. GPP_C19 3. GPP_S04 4. GPP_S05 BUG=b:294155897 TEST=emerge-rex coreboot Change-Id: If1f847d2db83b63a351203f0449cc1368bef27f4 Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77558 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/rex/variants/karis/gpio.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/google/rex/variants/karis/gpio.c b/src/mainboard/google/rex/variants/karis/gpio.c
index ad31c2744b..86f0df61bf 100644
--- a/src/mainboard/google/rex/variants/karis/gpio.c
+++ b/src/mainboard/google/rex/variants/karis/gpio.c
@@ -129,10 +129,10 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_C16, NONE, DEEP, NF1),
/* GPP_C17 : [] ==> USB_C0_LSX_RX */
PAD_CFG_NF(GPP_C17, NONE, DEEP, NF1),
- /* GPP_C18 : [] ==> USB_C0_AUX_DC_P */
- PAD_CFG_NF(GPP_C18, NONE, DEEP, NF6),
- /* GPP_C19 : [] ==> USB_C0_AUX_DC_N */
- PAD_CFG_NF(GPP_C19, NONE, DEEP, NF6),
+ /* GPP_C18 : Not Connected. */
+ PAD_NC(GPP_C18, NONE),
+ /* GPP_C19 : Not Connected. */
+ PAD_NC(GPP_C19, NONE),
/* GPP_C20 : [] ==> USB_C1_LSX_TX */
PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
/* GPP_C21 : [] ==> USB_C1_LSX_RX */
@@ -324,10 +324,10 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_S02, NONE, DEEP, NF3),
/* GPP_S03 : [] ==> DMIC_SOC_DATA0_WLAN_PCM_IN */
PAD_CFG_NF(GPP_S03, NONE, DEEP, NF3),
- /* GPP_S04 : [] ==> SDW_SPKR_CLK */
- PAD_CFG_NF(GPP_S04, NONE, DEEP, NF1),
- /* GPP_S05 : [] ==> SDW_SPKR_DATA */
- PAD_CFG_NF(GPP_S05, NONE, DEEP, NF1),
+ /* GPP_S04 : Not connected. */
+ PAD_NC(GPP_S04, NONE),
+ /* GPP_S05 : Not connected. */
+ PAD_NC(GPP_S05, NONE),
/* GPP_S06 : [] ==> DMIC_SOC_CLK1_DB_RC */
PAD_CFG_NF(GPP_S06, NONE, DEEP, NF3),
/* GPP_S07 : [] ==> DMIC_SOC_DATA1_DB */