From 14b8e51487de2506a7bbd1865a6064bf8499e74e Mon Sep 17 00:00:00 2001 From: Dtrain Hsu Date: Mon, 30 May 2022 11:12:05 +0800 Subject: mb/google/brya/var/kinox: Update gpio configuration Follow GPIO_Table_0527.xlsx to update gpio configuration. - Set GPP_A15 to NC. - Set GPP_A20 to TCP_DP1_HPD (native function1). BUG=b:225384873 TEST=Build and boot to Chrome OS. Signed-off-by: Dtrain Hsu Change-Id: I1c7a211c3bef1f1fe4f94345186c33363a90e11f Reviewed-on: https://review.coreboot.org/c/coreboot/+/64786 Tested-by: build bot (Jenkins) Reviewed-by: Ricky Chang Reviewed-by: Subrata Banik Reviewed-by: Nick Vaccaro --- src/mainboard/google/brya/variants/kinox/gpio.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainboard/google/brya') diff --git a/src/mainboard/google/brya/variants/kinox/gpio.c b/src/mainboard/google/brya/variants/kinox/gpio.c index 0accc52b26..6027435cd3 100644 --- a/src/mainboard/google/brya/variants/kinox/gpio.c +++ b/src/mainboard/google/brya/variants/kinox/gpio.c @@ -10,12 +10,12 @@ static const struct pad_config override_gpio_table[] = { /* A14 : USB_OC1# ==> NC */ PAD_NC(GPP_A14, NONE), - /* A15 : USB_OC2# ==> TCP_DP1_HPD */ - PAD_CFG_NF(GPP_A15, NONE, DEEP, NF2), + /* A15 : USB_OC2# ==> NC */ + PAD_NC(GPP_A15, NONE), /* A19 : DDSP_HPD1 ==> NC */ PAD_NC(GPP_A19, NONE), - /* A20 : DDSP_HPD2 ==> NC */ - PAD_NC(GPP_A20, NONE), + /* A20 : DDSP_HPD2 ==> TCP_DP1_HPD */ + PAD_CFG_NF(GPP_A20, NONE, DEEP, NF1), /* A21 : DDPC_CTRCLK ==> TCP_DP1_CTRLCLK */ PAD_CFG_NF(GPP_A21, NONE, DEEP, NF1), /* A22 : DDPC_CTRLDATA ==> TCP_DP1_CTRLDATA */ -- cgit v1.2.3