aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/dratini
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2019-12-24 14:11:43 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2019-12-25 07:04:02 +0000
commitc4a3f51618a7575628fb513133952ac57326fc24 (patch)
tree1e496762347ba1f0dab5e454ddfd9aa030c32e58 /src/mainboard/google/hatch/variants/dratini
parent60889e55ea0076f442833e0bfc94fe828bb5d4b3 (diff)
mainboard/google/hatch: Move gpio GPP_A* NC down into baseboard
The baseboard GPIO table definitions are too straineous to the extend that variants need to redefine assumptions back to NC. Invert this so that baseboard by default assumes the safer NC and move the specific board configurations to their respective places. This patch handles the GPP_A* group for easier review. BUG=b:142094759 BRANCH=none TEST=builds Change-Id: I29b4323ac80b1288b2562846217c4f377714fc2c Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37920 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kangheui Won <khwon@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/hatch/variants/dratini')
-rw-r--r--src/mainboard/google/hatch/variants/dratini/gpio.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mainboard/google/hatch/variants/dratini/gpio.c b/src/mainboard/google/hatch/variants/dratini/gpio.c
index 30d56d78b8..b61748b268 100644
--- a/src/mainboard/google/hatch/variants/dratini/gpio.c
+++ b/src/mainboard/google/hatch/variants/dratini/gpio.c
@@ -19,14 +19,10 @@
#include <commonlib/helpers.h>
static const struct pad_config gpio_table[] = {
- /* A0 : NC */
- PAD_NC(GPP_A0, NONE),
- /* A6 : NC */
- PAD_NC(GPP_A6, NONE),
- /* A8 : NC */
- PAD_NC(GPP_A8, NONE),
- /* A10 : NC */
- PAD_NC(GPP_A10, NONE),
+ /* A11 : PCH_SPI_FPMCU_CS_L */
+ PAD_CFG_NF(GPP_A11, NONE, DEEP, NF2),
+ /* A12 : FPMCU_RST_ODL */
+ PAD_CFG_GPO(GPP_A12, 0, DEEP),
/* A18 : NC */
PAD_NC(GPP_A18, NONE),
/* A19 : NC */