Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87171?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/tgl: Correct wireless GPIO group ......................................................................
mb/starlabs/starbook/tgl: Correct wireless GPIO group
Change-Id: I6565c3fa3d171625b0d3e538371d53d6449db180 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/87171 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/starlabs/starbook/variants/tgl/gpio.c 1 file changed, 4 insertions(+), 5 deletions(-)
Approvals: Matt DeVillier: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c index 3c5158d..6cf5fab 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c @@ -49,7 +49,8 @@ PAD_CFG_NF(GPP_F1, NONE, DEEP, NF1), /* BRI Response */ PAD_CFG_NF(GPP_F2, NONE, DEEP, NF1), /* RGI Data */ PAD_CFG_NF(GPP_F3, NONE, DEEP, NF1), /* RGI Response */ - PAD_NC(GPP_F6, NONE), /* Modem Clock Request */ + PAD_CFG_NF(GPP_A8, NONE, DEEP, NF2), /* RF Reset */ + PAD_CFG_NF(GPP_A9, NONE, DEEP, NF2), /* Modem Clock Request */
/* Display */ PAD_CFG_NF(GPP_E14, NONE, DEEP, NF1), /* eDP Hot Plug */ @@ -101,10 +102,6 @@
/* A7: WLAN_PCM_CLK */ PAD_NC(GPP_A7, NONE), - /* A8: WLAN_PCM_RST */ - PAD_CFG_NF(GPP_A8, NONE, DEEP, NF2), - /* A9: WLAN_PCM_CLKREQ0 */ - PAD_CFG_NF(GPP_A9, NONE, DEEP, NF2), /* A10: WLAN_PCM_IN */ PAD_NC(GPP_A10, NONE), /* A12: SATAGP_1 */ @@ -280,6 +277,8 @@ PAD_NC(GPP_F4, NONE), /* F5: GPPC_F5_MODEM_CLKREQ */ PAD_NC(GPP_F5, NONE), + /* F6: */ + PAD_NC(GPP_F6, NONE), /* F7: BIOS_REC */ PAD_CFG_GPO(GPP_F7, 1, PLTRST), /* F8: Not Connected */