Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86918?usp=email )
Change subject: mb/starlabs/starbook/adl_n: Disconnected unused GPIOs ......................................................................
mb/starlabs/starbook/adl_n: Disconnected unused GPIOs
This pins aren't connected to anything so adjust them accordingly.
Change-Id: I906e3b555e7ae802f6c14285ad8a5b98f43b2f36 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86918 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/starlabs/starbook/variants/adl_n/gpio.c 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c b/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c index 3c5c7d0..1c17b97 100644 --- a/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c @@ -151,17 +151,17 @@ High: Enabled */ PAD_CFG_GPO(GPP_C2, 1, PLTRST), /* C3: SML 0 Clock */ - PAD_CFG_NF(GPP_C3, NONE, DEEP, NF1), + PAD_NC(GPP_C3, NONE), /* C4: SML 0 Data */ - PAD_CFG_NF(GPP_C4, NONE, DEEP, NF1), + PAD_NC(GPP_C4, NONE), /* C5: Boot Strap Weak Internal PD 20K Low: ESPI High: Disabled */ PAD_CFG_GPO(GPP_C5, 0, DEEP), /* C6: SML 1 Clock */ - PAD_CFG_NF(GPP_C6, NONE, DEEP, NF1), + PAD_NC(GPP_C6, NONE), /* C7: SML 1 Data */ - PAD_CFG_NF(GPP_C7, NONE, DEEP, NF1), + PAD_NC(GPP_C7, NONE), /* C8: Not Connected */ PAD_NC(GPP_C8, NONE), /* C9: Not Connected */