diff options
author | Karthikeyan Ramasubramanian <kramasub@chromium.org> | 2020-03-05 23:22:17 -0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-09 21:28:40 +0000 |
commit | c83c5af3ae0e52c54ce4cc42134697d2d3ecfc60 (patch) | |
tree | b8215932408992ffb3d14312848054b2f800b9a8 /src/mainboard/google/dedede | |
parent | 2c208bddc97e4eb2d0c5e445672c69b097cbc0cf (diff) | |
download | coreboot-c83c5af3ae0e52c54ce4cc42134697d2d3ecfc60.tar.xz |
mb/google/dedede: Configure EDP_HPD GPIO
This enables display for use by payload.
TEST=Build and boot the mainboard. Ensure that the screens displayed by
payload are visible.
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Change-Id: I5fcd70623b15ae39954242605e75b2c5ce02ff14
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39347
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/dedede')
-rw-r--r-- | src/mainboard/google/dedede/variants/baseboard/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/dedede/variants/baseboard/gpio.c b/src/mainboard/google/dedede/variants/baseboard/gpio.c index ce5e20df71..af95f6a733 100644 --- a/src/mainboard/google/dedede/variants/baseboard/gpio.c +++ b/src/mainboard/google/dedede/variants/baseboard/gpio.c @@ -42,7 +42,7 @@ static const struct pad_config gpio_table[] = { /* A16 : EC_AP_USB_C0_HPD */ PAD_CFG_NF(GPP_A16, NONE, DEEP, NF1), /* A17 : EDP_HPD */ - PAD_NC(GPP_A17, NONE), + PAD_CFG_NF(GPP_A17, NONE, DEEP, NF1), /* A18 : USB_OC0_N */ PAD_NC(GPP_A18, NONE), /* A19 : PCHHOT_N */ |