summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-01-04 11:05:25 +0000
committerMartin Roth - Personal <martinroth@google.com>2022-02-22 19:20:30 +0000
commit3830d7a7f5290222d31f9a24140c5fc701184005 (patch)
tree519fb1ed7a58e9a5b9df68acbe3897d1d3c036be
parent36bf0947b96adb638ab75da9357ef69e5ba40c67 (diff)
downloadcoreboot-3830d7a7f5290222d31f9a24140c5fc701184005.tar.gz
coreboot-3830d7a7f5290222d31f9a24140c5fc701184005.tar.bz2
coreboot-3830d7a7f5290222d31f9a24140c5fc701184005.zip
mb/starlabs/labtop: Don't configure ESPI GPIOs
Don't configure ESPI GPIOs as the default values are correct. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I052fbfccd075d19340d3e27ad0c62965c80badaf Reviewed-on: https://review.coreboot.org/c/coreboot/+/60755 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth - Personal <martinroth@google.com>
-rw-r--r--src/mainboard/starlabs/labtop/variants/tgl/gpio.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c
index 06fc6a2851f5..dfec605b61b7 100644
--- a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c
+++ b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c
@@ -51,19 +51,12 @@ const struct pad_config gpio_table[] = {
PAD_CFG_GPO(GPD11, 0, PWROK),
/* A0: ESPI_IO_0 */
- PAD_CFG_NF(GPP_A0, UP_20K, DEEP, NF1),
/* A1: ESPI_IO_1 */
- PAD_CFG_NF(GPP_A1, UP_20K, DEEP, NF1),
/* A2: ESPI_IO_2 */
- PAD_CFG_NF(GPP_A2, UP_20K, DEEP, NF1),
/* A3: ESPI_IO_3 */
- PAD_CFG_NF(GPP_A3, UP_20K, DEEP, NF1),
/* A4: ESPI_CS_L */
- PAD_CFG_NF(GPP_A4, UP_20K, DEEP, NF1),
/* A5: ESPI_CLK */
- PAD_CFG_NF(GPP_A5, DN_20K, DEEP, NF1),
/* A6: Not Connected(TP764) */
- PAD_CFG_NF(GPP_A6, NONE, DEEP, NF1),
/* A7: WLAN_PCM_CLK */
PAD_NC(GPP_A7, NONE),
/* A8: WLAN_PCM_RST */