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>
This commit is contained in:
Nick Vaccaro 2018-03-08 17:49:53 -08:00 committed by Martin Roth
parent 27c2ab694d
commit a894ebb420
1 changed files with 3 additions and 5 deletions

View File

@ -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,