From ebd5be3f6667e8c0ee0eb370b7b09cc05f17bc07 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Wed, 3 Aug 2022 09:17:39 -0700 Subject: mb/google/brya/var/ghost: Pull EN_PP3300_TCHSCR high This gets the display working. BUG=b:240884260 BRANCH=firmware-brya-14505.B TEST=display works in both depthcharge and linux Signed-off-by: Jack Rosenthal Change-Id: I03edac865d68ef48e86d47a04f27ed84894f2f7f Reviewed-on: https://review.coreboot.org/c/coreboot/+/66395 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Caveh Jalali --- src/mainboard/google/brya/variants/ghost/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/ghost/gpio.c b/src/mainboard/google/brya/variants/ghost/gpio.c index eb3e498bcdab..90426e43d4de 100644 --- a/src/mainboard/google/brya/variants/ghost/gpio.c +++ b/src/mainboard/google/brya/variants/ghost/gpio.c @@ -112,7 +112,7 @@ static const struct pad_config gpio_table[] = { /* GPP_B23 : PCHHOT_ODL_STRAP ==> Component NC */ PAD_NC(GPP_B23, NONE), /* GPP_C0 : [NF1: SMBCLK NF6: USB_C_GPP_C0] ==> EN_PP3300_TCHSCR */ - PAD_CFG_GPO(GPP_C0, 0, DEEP), + PAD_CFG_GPO(GPP_C0, 1, DEEP), /* GPP_C1 : [NF1: SMBDATA NF6: USB_C_GPP_C1] ==> EN_TCHSCR */ PAD_CFG_GPO(GPP_C1, 0, DEEP), /* GPP_C2 : GPP_C2_STRAP ==> Component NC */ -- cgit v1.2.3