[coreboot-gerrit] Change in ...coreboot[master]: mb/google/fizz/variants/karma: Enable touchscreen wakeup

David Wu (Code Review) gerrit at coreboot.org
Wed Nov 21 10:52:19 CET 2018


David Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29769


Change subject: mb/google/fizz/variants/karma: Enable touchscreen wakeup
......................................................................

mb/google/fizz/variants/karma: Enable touchscreen wakeup

Update GPIO GPP_B4 to enable touchscreen wakeup

BUG=b:119594783
BRANCH=master
TEST=can wake up with touchscreen.

Change-Id: If0c9493dec367c7813047c7994cc83537aaef141
Signed-off-by: David Wu <David_Wu at quanta.corp-partner.google.com>
---
M src/mainboard/google/fizz/variants/karma/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/29769/1

diff --git a/src/mainboard/google/fizz/variants/karma/gpio.c b/src/mainboard/google/fizz/variants/karma/gpio.c
index 29c6f88..c54f75c 100644
--- a/src/mainboard/google/fizz/variants/karma/gpio.c
+++ b/src/mainboard/google/fizz/variants/karma/gpio.c
@@ -51,7 +51,7 @@
 /* CORE_VID1 */		PAD_CFG_NC(GPP_B1),
 /* VRALERT# */		PAD_CFG_NC(GPP_B2), /* TP152 */
 /* CPU_GP2 */		PAD_CFG_GPO(GPP_B3, 0, DEEP), /* TOUCHSCREEN_RST# */
-/* CPU_GP3 */		PAD_CFG_GPO(GPP_B4, 0, DEEP), /* PCH_TS_EN */
+/* CPU_GP3 */		PAD_CFG_GPO(GPP_B4, 1, DEEP), /* PCH_TS_EN */
 /* SRCCLKREQ0# */	PAD_CFG_NF(GPP_B5, NONE, DEEP,
 				   NF1), /* CLK_PCIE_LAN_REQ# */
 /* SRCCLKREQ1# */	PAD_CFG_NF(GPP_B6, NONE, DEEP,

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If0c9493dec367c7813047c7994cc83537aaef141
Gerrit-Change-Number: 29769
Gerrit-PatchSet: 1
Gerrit-Owner: David Wu <david_wu at quanta.corp-partner.google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181121/f691349d/attachment.html>


More information about the coreboot-gerrit mailing list