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