[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nami: TOUCHSCREEN_DIS default to 1

Shelley Chen (Code Review) gerrit at coreboot.org
Fri Apr 20 20:23:13 CEST 2018


Shelley Chen has uploaded this change for review. ( https://review.coreboot.org/25754


Change subject: mb/google/poppy/variants/nami: TOUCHSCREEN_DIS default to 1
......................................................................

mb/google/poppy/variants/nami: TOUCHSCREEN_DIS default to 1

Currently, we've set TOUCHSCREEN_DIS to disabled.  Enabling
by default.

BUG=b:78311818
BRANCH=None
TEST=None

Change-Id: Ib1543f41f24cbe8c33aeb02e6aa43fd3dd977ed4
Signed-off-by: Shelley Chen <shchen at google.com>
---
M src/mainboard/google/poppy/variants/nami/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/25754/1

diff --git a/src/mainboard/google/poppy/variants/nami/gpio.c b/src/mainboard/google/poppy/variants/nami/gpio.c
index 927a530..9c27552 100644
--- a/src/mainboard/google/poppy/variants/nami/gpio.c
+++ b/src/mainboard/google/poppy/variants/nami/gpio.c
@@ -119,7 +119,7 @@
 	/* C2  : SMBALERT# ==> NC(TP917) */
 	PAD_CFG_NC(GPP_C2),
 	/* C3  : SML0CLK ==> TOUCHSCREEN_DIS# */
-	PAD_CFG_GPO(GPP_C3, 0, DEEP),
+	PAD_CFG_GPO(GPP_C3, 1, DEEP),
 	/* C4  : SML0DATA ==> NC */
 	PAD_CFG_NC(GPP_C4),
 	/* C5  : SML0ALERT# ==> SOC_SML0ALERT# (unstuffed) */

-- 
To view, visit https://review.coreboot.org/25754
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: Ib1543f41f24cbe8c33aeb02e6aa43fd3dd977ed4
Gerrit-Change-Number: 25754
Gerrit-PatchSet: 1
Gerrit-Owner: Shelley Chen <shchen at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180420/dce286a6/attachment.html>


More information about the coreboot-gerrit mailing list