From bcec2904c8974764a1e27db78d5c249fdf84a412 Mon Sep 17 00:00:00 2001 From: Raihow Shi Date: Sat, 7 May 2022 13:46:10 +0800 Subject: mb/google/brask/variants/moli: Set GPP_E14 as the default value. We found HDMI-DDIA didn't get hot plug detection,so set GPP_E14 as the default value to let HDMI-DDIA get hot plug detection. BUG=b:231769129 TEST=emerge-brask coreboot. Signed-off-by: Raihow Shi Change-Id: I1b5cc1465fec519be4bbe5e027be0dc25815f4fe Reviewed-on: https://review.coreboot.org/c/coreboot/+/64138 Reviewed-by: Zhuohao Lee Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/moli/gpio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/google/brya/variants/moli/gpio.c b/src/mainboard/google/brya/variants/moli/gpio.c index 59bb1dfe05..7eb5163dad 100644 --- a/src/mainboard/google/brya/variants/moli/gpio.c +++ b/src/mainboard/google/brya/variants/moli/gpio.c @@ -32,8 +32,6 @@ static const struct pad_config override_gpio_table[] = { PAD_CFG_GPI(GPP_E1, NONE, DEEP), /* E2 : THC0_SPI1_IO3 ==> B2B_DPCARD_DETN */ PAD_CFG_GPI(GPP_E2, NONE, DEEP), - /* E14 : DDSP_HPDA ==> HDMI2_HPD */ - PAD_CFG_GPI(GPP_E14, NONE, DEEP), /* E20 : DDP2_CTRLCLK ==> EN_PP3300_EMMC */ PAD_CFG_GPO(GPP_E20, 1, DEEP), /* E21 : DDP2_CTRLDATA ==> NC */ -- cgit v1.2.3