Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87126?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/starlabs/starbook/mtl: Disconnect SML1ALERT ......................................................................
mb/starlabs/starbook/mtl: Disconnect SML1ALERT
This GPIO is not connected, so configure it accordingly.
Change-Id: Idafd6fa727f6b3a9fbfe6543c53abeb736aa9f11 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/87126 Reviewed-by: Matt DeVillier matt.devillier@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/starlabs/starbook/variants/mtl/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index cd46edb..fc03329 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -136,7 +136,7 @@ /* C04: SML0_DATA */ PAD_NC(GPP_C04, NONE), /* C08: SML1ALERT */ - PAD_CFG_NF(GPP_C08, NONE, DEEP, NF1), + PAD_NC(GPP_C08, NONE), /* C09: */ PAD_NC(GPP_C09, NONE), /* C10: */