aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/dratini/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/hatch/variants/dratini/gpio.c')
-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 */