From 3ba7ab256c23e597a9b11eab62538d0cc94b7296 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 30 Jul 2024 09:14:07 +0100 Subject: mb/starlabs/starbook/adl: Disconnect SCI/SMI GPIOs The platform uses eSPI so these are not needed. Change-Id: I507aa59fcf2540ae6170896a51aa952f5e73eee8 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/83691 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/variants/adl/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/starlabs/starbook/variants') diff --git a/src/mainboard/starlabs/starbook/variants/adl/gpio.c b/src/mainboard/starlabs/starbook/variants/adl/gpio.c index 32ec1cef8c..dd1c7a721b 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/adl/gpio.c @@ -53,7 +53,7 @@ const struct pad_config gpio_table[] = { /* A6: Not Connected */ PAD_NC(GPP_A6, NONE), /* A7: Embedded Controller SCI */ - PAD_CFG_GPI_SCI_LOW(GPP_A7, NONE, PLTRST, LEVEL), + PAD_NC(GPP_A7, NONE), /* A8: Not Connected */ PAD_NC(GPP_A8, NONE), /* A9: ESPI Clock */ @@ -254,7 +254,7 @@ const struct pad_config gpio_table[] = { High: Enabled */ PAD_CFG_GPO(GPP_E6, 0, DEEP), /* E7: Embedded Controller SMI */ - PAD_CFG_GPI_SMI_LOW(GPP_E7, NONE, DEEP, EDGE_SINGLE), + PAD_NC(GPP_E7, NONE), /* E8: DRAM Sleep */ PAD_CFG_NF(GPP_E8, NONE, DEEP, NF1), /* E9: USB OverCurrent 0 */ -- cgit v1.2.3