diff options
author | Jack Rosenthal <jrosenth@chromium.org> | 2022-08-03 09:17:39 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-08-07 19:55:19 +0000 |
commit | ebd5be3f6667e8c0ee0eb370b7b09cc05f17bc07 (patch) | |
tree | f33a197f8c46c452eba003358420c31f32fff72f /src | |
parent | a7a40a5b10b7a4ea140af7cdb7f3e6d8df5a8f01 (diff) |
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 <jrosenth@chromium.org>
Change-Id: I03edac865d68ef48e86d47a04f27ed84894f2f7f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66395
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Caveh Jalali <caveh@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/variants/ghost/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/ghost/gpio.c b/src/mainboard/google/brya/variants/ghost/gpio.c index eb3e498bcd..90426e43d4 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 */ |