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>
This commit is contained in:
Jack Rosenthal 2022-08-03 09:17:39 -07:00 committed by Martin L Roth
parent a7a40a5b10
commit ebd5be3f66
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ static const struct pad_config gpio_table[] = {
/* GPP_B23 : PCHHOT_ODL_STRAP ==> Component NC */ /* GPP_B23 : PCHHOT_ODL_STRAP ==> Component NC */
PAD_NC(GPP_B23, NONE), PAD_NC(GPP_B23, NONE),
/* GPP_C0 : [NF1: SMBCLK NF6: USB_C_GPP_C0] ==> EN_PP3300_TCHSCR */ /* 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 */ /* GPP_C1 : [NF1: SMBDATA NF6: USB_C_GPP_C1] ==> EN_TCHSCR */
PAD_CFG_GPO(GPP_C1, 0, DEEP), PAD_CFG_GPO(GPP_C1, 0, DEEP),
/* GPP_C2 : GPP_C2_STRAP ==> Component NC */ /* GPP_C2 : GPP_C2_STRAP ==> Component NC */