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>
This commit is contained in:
Varun Upadhyay 2024-11-19 03:15:12 +05:30 committed by Subrata Banik
commit 2fe032ff8e

View file

@ -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 */