diff options
author | Nick Vaccaro <nvaccaro@google.com> | 2018-03-08 17:49:53 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-03-12 16:11:57 +0000 |
commit | a894ebb4209fe399e72df2575d6cd51b11133d67 (patch) | |
tree | 01ea536d6aef00062655003e09482289dcbb0a46 /src/mainboard/google/zoombini | |
parent | 27c2ab694dd3a1d79f8c419cdaf9764dfd5db5be (diff) |
mb/google/zoombini/variants/meowth: change gpios to no-connects
The following gpios are no longer needed and are now configured as
no-connects : GPP_C6, GPP_H4, GPP_H5
BUG=b:74406599
BRANCH=master
TEST=none
Change-Id: I55769336195db0e57dfbaf5b5770e15050138341
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/25070
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zoombini')
-rw-r--r-- | src/mainboard/google/zoombini/variants/meowth/gpio.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mainboard/google/zoombini/variants/meowth/gpio.c b/src/mainboard/google/zoombini/variants/meowth/gpio.c index 507e653e3f..0f356e4775 100644 --- a/src/mainboard/google/zoombini/variants/meowth/gpio.c +++ b/src/mainboard/google/zoombini/variants/meowth/gpio.c @@ -91,7 +91,7 @@ static const struct pad_config gpio_table[] = { /* SML0DATA */ PAD_CFG_GPI_APIC(GPP_C4, NONE, DEEP, LEVEL, NONE), /* PCH_SAR0_INT_L */ /* SML0ALERT# */ PAD_CFG_GPI(GPP_C5, NONE, DEEP), /* GPP_C5_STRAP */ -/* SM1CLK */ PAD_CFG_GPO(GPP_C6, 1, DEEP), /* PCH_SAR_PWR_EN */ +/* SM1CLK */ PAD_NC(GPP_C6, NONE), /* SM1DATA */ PAD_NC(GPP_C7, NONE), /* UART0_RXD */ PAD_CFG_NF(GPP_C8, NONE, DEEP, NF1), /* UART_PCH_RX_DEBUG_TX */ @@ -211,10 +211,8 @@ static const struct pad_config gpio_table[] = { NF3), /* CNV_RF_RESET_L */ /* I2S2_TXD */ PAD_CFG_NF(GPP_H2, NONE, DEEP, NF3), /* WLAN_CLKREQ0 */ /* I2S2_RXD */ PAD_NC(GPP_H3, NONE), -/* I2C2_SDA */ PAD_CFG_NF(GPP_H4, NONE, DEEP, - NF1), /* PCH_BL_I2C2_SDA */ -/* I2C2_SCL */ PAD_CFG_NF(GPP_H5, NONE, DEEP, - NF1), /* PCH_BL_I2C2_SCL */ +/* I2C2_SDA */ PAD_NC(GPP_H4, NONE), +/* I2C2_SCL */ PAD_NC(GPP_H5, NONE), /* I2C3_SDA */ PAD_CFG_NF(GPP_H6, NONE, DEEP, NF1), /* PCH_AUDIO_I2C3_SDA */ /* I2C3_SCL */ PAD_CFG_NF(GPP_H7, NONE, DEEP, |