summaryrefslogtreecommitdiffstats
path: root/src/mainboard/prodrive/atlas
diff options
context:
space:
mode:
authorLean Sheng Tan <sheng.tan@9elements.com>2022-04-06 19:52:51 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-04-11 13:59:04 +0000
commitfaf66f2483f58f0544940834a7f20093df154d20 (patch)
tree21d2ffb91843ec67ab6b4cc305bb28d0269869d4 /src/mainboard/prodrive/atlas
parent044883615d4471b7a0b883eb8b8224d95faf52af (diff)
downloadcoreboot-faf66f2483f58f0544940834a7f20093df154d20.tar.gz
coreboot-faf66f2483f58f0544940834a7f20093df154d20.tar.bz2
coreboot-faf66f2483f58f0544940834a7f20093df154d20.zip
mb/prodrive/atlas: Update GPIOs
Update Atlas GPIOs for GPD11 & E7. Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com> Change-Id: I92a0d0797206cdba96d7c6efe264b0356b5157ea Reviewed-on: https://review.coreboot.org/c/coreboot/+/63411 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/prodrive/atlas')
-rw-r--r--src/mainboard/prodrive/atlas/early_gpio.c3
-rw-r--r--src/mainboard/prodrive/atlas/gpio.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/early_gpio.c b/src/mainboard/prodrive/atlas/early_gpio.c
index b79375218cfe..40457cfbc348 100644
--- a/src/mainboard/prodrive/atlas/early_gpio.c
+++ b/src/mainboard/prodrive/atlas/early_gpio.c
@@ -11,6 +11,9 @@ static const struct pad_config early_gpio_table[] = {
/* SMB_DATA */
PAD_CFG_NF(GPP_C1, NONE, DEEP, NF1),
+ /* EC_SMI_N */
+ PAD_CFG_GPI(GPP_E7, NONE, DEEP),
+
/* PCH HSID */
PAD_CFG_GPI(GPP_A8, NONE, DEEP),
PAD_CFG_GPI(GPP_F19, NONE, DEEP),
diff --git a/src/mainboard/prodrive/atlas/gpio.c b/src/mainboard/prodrive/atlas/gpio.c
index 0f92889ab4a1..5d67aa7b4f7b 100644
--- a/src/mainboard/prodrive/atlas/gpio.c
+++ b/src/mainboard/prodrive/atlas/gpio.c
@@ -76,6 +76,7 @@ static const struct pad_config gpio_table[] = {
/* ------- GPIO Group GPD ------- */
PAD_NC(GPD8, NONE), /* SUSCLK */
+ PAD_CFG_GPO(GPD11, 1, PLTRST), /* LAN_DISABLE_N */
};
void configure_gpio_pads(void)