diff options
author | Sean Rhodes <sean@starlabs.systems> | 2025-04-04 11:44:49 +0100 |
---|---|---|
committer | Matt DeVillier <matt.devillier@gmail.com> | 2025-04-18 14:57:32 +0000 |
commit | 1bfad8c22cb7ec570976f6680dc0cd2dfd7e84ec (patch) | |
tree | c48c91978922167877fd5c2c815a061ed65570d5 /src | |
parent | 08d15e1ea132537f6364a9814f51ad066f5e31a4 (diff) | |
download | coreboot-1bfad8c22cb7ec570976f6680dc0cd2dfd7e84ec.tar.gz coreboot-1bfad8c22cb7ec570976f6680dc0cd2dfd7e84ec.tar.bz2 coreboot-1bfad8c22cb7ec570976f6680dc0cd2dfd7e84ec.zip |
mb/starlabs/starfighter: Disconnect unused GPIOs
These GPIOs are not used, so configure them accordingly.
Change-Id: I4e58a0e7545167db2c4034499bb99d3bfffc2277
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87164
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/starfighter/variants/rpl/gpio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c b/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c index b4cff02b061b..72d007213c0f 100644 --- a/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c +++ b/src/mainboard/starlabs/starfighter/variants/rpl/gpio.c @@ -119,7 +119,7 @@ const struct pad_config gpio_table[] = { /* GPD6: Sleep A */ PAD_NC(GPD6, NONE), /* GPD9: Wireless LAN Sleep */ - PAD_CFG_NF(GPD9, NONE, DEEP, NF1), + PAD_NC(GPD9, NONE), /* GPD10: Sleep S5 */ PAD_NC(GPD10, NONE), /* GPD11: LAN PHY Enable */ @@ -196,9 +196,9 @@ const struct pad_config gpio_table[] = { PAD_NC(GPP_B25, NONE), /* 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), /* C8: Not Connected */ PAD_NC(GPP_C8, NONE), /* C9: Not Connected */ @@ -311,7 +311,7 @@ const struct pad_config gpio_table[] = { /* F9: EC Sleep S0 */ PAD_NC(GPP_F9, NONE), /* F10: Weak Internal PD 20K */ - PAD_CFG_GPO(GPP_F10, 0, PLTRST), + PAD_NC(GPP_F10, NONE), /* F11: TPM ID */ PAD_NC(GPP_F11, NONE), /* F16: Not Connected */ |