mb/starlabs/starbook/rpl: Disconnect wireless GPIOs

The GPIOs for WiFi and Bluetooth are also connected to the EC.
They are controlled from there so remove the configuration here.

Change-Id: I7aef1b821420daf5ea9f6ae107021e5d406a5ec3
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83625
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes
2024-07-23 20:54:34 +01:00
committed by Felix Held
parent 40e48a2659
commit b8d02d6e47

View File

@ -63,7 +63,7 @@ const struct pad_config gpio_table[] = {
/* A12: PCH M.2 SSD PEDET */
PAD_NC(GPP_A12, NONE),
/* A13: BlueTooth RF Kill */
PAD_CFG_GPO(GPP_A13, 1, DEEP),
PAD_NC(GPP_A13, NONE),
/* A14: Test Point 45 */
PAD_NC(GPP_A14, NONE),
/* A15: Test Point 52 */
@ -244,7 +244,7 @@ const struct pad_config gpio_table[] = {
/* E2: Not Connected */
PAD_CFG_GPO(GPP_E2, 1, PLTRST),
/* E3: WiFi RF Kill */
PAD_CFG_GPO(GPP_E3, 1, DEEP),
PAD_NC(GPP_E3, NONE),
/* E4: Retimer Force Power */
PAD_CFG_GPO(GPP_E4, 0, PLTRST),
/* E5: Not Connected */