diff options
author | Raihow Shi <raihow_shi@wistron.corp-partner.google.com> | 2022-05-07 13:46:10 +0800 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-05-12 18:36:37 +0000 |
commit | bcec2904c8974764a1e27db78d5c249fdf84a412 (patch) | |
tree | 9f3cb811295495d7083a886b1d8a78d3b2452733 /src | |
parent | 8adcdb3abb76e7379c40434b80d2f270d95ca1fb (diff) |
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 <raihow_shi@wistron.corp-partner.google.com>
Change-Id: I1b5cc1465fec519be4bbe5e027be0dc25815f4fe
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64138
Reviewed-by: Zhuohao Lee <zhuohao@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/variants/moli/gpio.c | 2 |
1 files changed, 0 insertions, 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 */ |