[coreboot-gerrit] Change in coreboot[master]: mb/google/zoombini/variants/meowth: change gpios to no-connects

Nick Vaccaro (Code Review) gerrit at coreboot.org
Fri Mar 9 03:16:00 CET 2018


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/25070


Change subject: mb/google/zoombini/variants/meowth: change gpios to no-connects
......................................................................

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 at google.com>
---
M src/mainboard/google/zoombini/variants/meowth/gpio.c
1 file changed, 3 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/25070/1

diff --git a/src/mainboard/google/zoombini/variants/meowth/gpio.c b/src/mainboard/google/zoombini/variants/meowth/gpio.c
index 78cab5a..2455a0a 100644
--- a/src/mainboard/google/zoombini/variants/meowth/gpio.c
+++ b/src/mainboard/google/zoombini/variants/meowth/gpio.c
@@ -89,7 +89,7 @@
 /* SML0CLK */		PAD_CFG_GPI(GPP_C3, NONE, DEEP), /* PCH_SAR1_INT_L */
 /* SML0DATA */		PAD_CFG_GPI(GPP_C4, NONE, DEEP), /* 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 */
@@ -209,10 +209,8 @@
 				   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,

-- 
To view, visit https://review.coreboot.org/25070
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I55769336195db0e57dfbaf5b5770e15050138341
Gerrit-Change-Number: 25070
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180309/6a9f03a4/attachment.html>


More information about the coreboot-gerrit mailing list