From 0c3128a50965448b7d468efb2b5eed7751f26570 Mon Sep 17 00:00:00 2001 From: Varun Upadhyay Date: Tue, 19 Nov 2024 03:01:43 +0530 Subject: mb/google/brya/var/trulo: Update Type C DisplayPort HPD Configuration This change removes the GPIO configuration for Type C DP HPD, as the Type C port does not require HPD setup. BUG=b:366156678 TEST=Build and boot google/trulo. Test Type C port for external usb and DisplayPort functionality. Change-Id: Iad602c9a15c65d37a37d06d486843f45e341b6bc Signed-off-by: Varun Upadhyay Reviewed-on: https://review.coreboot.org/c/coreboot/+/85180 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Kapil Porwal --- src/mainboard/google/brya/variants/trulo/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/brya/variants/trulo/gpio.c b/src/mainboard/google/brya/variants/trulo/gpio.c index ddbb0fb6f8..8f0ad940f8 100644 --- a/src/mainboard/google/brya/variants/trulo/gpio.c +++ b/src/mainboard/google/brya/variants/trulo/gpio.c @@ -40,8 +40,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_GPI_APIC(GPP_A17, NONE, PLTRST, LEVEL, INVERT), /* A18 : DDSP_HPDB ==> DDI2_HPD */ PAD_CFG_NF(GPP_A18, NONE, DEEP, NF1), - /* A19 : DDSP_HPD1 ==> USBC_DP_HPD */ - PAD_CFG_NF(GPP_A19, NONE, DEEP, NF1), + /* A19 : NC */ + PAD_NC(GPP_A19, NONE), /* A20 : NC */ PAD_NC(GPP_A20, NONE), /* A21 : DDPC_CTRLCLK ==> TCHSCR_REPORT_EN */ -- cgit v1.2.3