summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorVarun Upadhyay <varun.upadhyay@intel.com>2024-11-19 03:15:12 +0530
committerSubrata Banik <subratabanik@google.com>2024-11-19 04:19:24 +0000
commit2fe032ff8e8616d60a87d420fd20d7a3c75be7fa (patch)
tree83cbebc7783e1a9e25484fb82be213f1a6ac55d6 /src/mainboard/google
parent0c3128a50965448b7d468efb2b5eed7751f26570 (diff)
mb/google/brya/var/orisa: 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/orisa. Test Type C port for external usb and DisplayPort functionality. Change-Id: I59ec5c19dbbd053bda25f4260321220524d785b3 Signed-off-by: Varun Upadhyay <varun.upadhyay@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85181 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brya/variants/orisa/gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/orisa/gpio.c b/src/mainboard/google/brya/variants/orisa/gpio.c
index 1651b082f6..6f45dcc589 100644
--- a/src/mainboard/google/brya/variants/orisa/gpio.c
+++ b/src/mainboard/google/brya/variants/orisa/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 */