Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87081?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/adl_n: Disconnect GPP_F10 ......................................................................
mb/starlabs/starbook/adl_n: Disconnect GPP_F10
This GPIO is not connected so configure it accordingly.
Change-Id: Ie85d69e0a2a423261038688c176b32abe7bd8134 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/87081 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, 2 insertions(+), 2 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 680126d..19b3cc8 100644 --- a/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c @@ -289,8 +289,8 @@ PAD_NC(GPP_F8, NONE), /* F9: */ PAD_NC(GPP_F9, NONE), - /* F10: Weak Internal PD 20K */ - PAD_CFG_GPO(GPP_F10, 0, DEEP), + /* F10: Not Connected */ + PAD_NC(GPP_F10, NONE), /* F11: TPM ID */ PAD_NC(GPP_F11, NONE), /* F12: Not Connected */