Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86269?usp=email )
Change subject: mb/starlabs/starbook/mtl: Disconnect WAKE_N GPIO ......................................................................
mb/starlabs/starbook/mtl: Disconnect WAKE_N GPIO
This is not connected, so update the configuration to reflect that.
Change-Id: I2922988758e0fa73b4d29ac13380f20f4606cd8e Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86269 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@gmail.com --- 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 cd90996..02f1db7 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -57,7 +57,7 @@ /* V13 */ PAD_NC(GPP_V13, NONE), /* V14: WAKE_N */ - PAD_CFG_NF(GPP_V14, NONE, DEEP, NF1), + PAD_NC(GPP_V14, NONE), /* V15: */ PAD_NC(GPP_V15, NONE), /* V16: */