From b03084d8a54cde3eff33f734159500e7846a1594 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 4 Oct 2024 16:01:11 +0100 Subject: mb/starlabs/byte_adl: Configure GPP_E14 as EDP_HPD This pin is used by the DisplayPort connector for Hot Plug. Change-Id: I3c63e2e3e168a915daee81afd6a9084a3f01b986 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84662 Reviewed-by: Maxim Polyakov Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/byte_adl/variants/mk_ii/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/starlabs/byte_adl/variants/mk_ii/gpio.c b/src/mainboard/starlabs/byte_adl/variants/mk_ii/gpio.c index 6387146ca5..497ba75af0 100644 --- a/src/mainboard/starlabs/byte_adl/variants/mk_ii/gpio.c +++ b/src/mainboard/starlabs/byte_adl/variants/mk_ii/gpio.c @@ -268,7 +268,7 @@ const struct pad_config gpio_table[] = { /* E13: PWD Amplifier Input */ PAD_CFG_GPO(GPP_E13, 0, PLTRST), /* E14: EDP HPD */ - PAD_NC(GPP_E14, NONE), + PAD_CFG_NF(GPP_E14, NONE, DEEP, NF1), /* E15: Not Connected LAN RESET */ PAD_NC(GPP_E15, NONE), /* E16: Not Connected */ -- cgit v1.2.3