summaryrefslogtreecommitdiff
path: root/board/cr50/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/gpio.inc')
-rw-r--r--board/cr50/gpio.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/cr50/gpio.inc b/board/cr50/gpio.inc
index 73a7360de1..76d6adf0f1 100644
--- a/board/cr50/gpio.inc
+++ b/board/cr50/gpio.inc
@@ -123,6 +123,10 @@ GPIO(INT_AP_L, PIN(0, 0), GPIO_OUT_HIGH)
/* Use these to take over the AP & EC flash (only when AP & EC are off!) */
GPIO(EC_FLASH_SELECT, PIN(0, 1), GPIO_OUT_LOW)
+/*
+ * If this gpio is changed, you must update the AP_FLASH_SELECT pinmux
+ * setup in board.c accordingly.
+ */
GPIO(AP_FLASH_SELECT, PIN(0, 2), GPIO_OUT_LOW)
/*
@@ -207,10 +211,8 @@ UNIMPLEMENTED(ENTERING_RW)
#endif
/* GPIOs - mark outputs as inputs too, to read back from the driven pad */
-PINMUX(GPIO(INT_AP_L), A5, DIO_INPUT) /* DIOB7 is p_digitial_od */
- /* We can't pull it up */
+PINMUX(GPIO(INT_AP_L), A5, DIO_INPUT)
PINMUX(GPIO(EC_FLASH_SELECT), B2, DIO_INPUT)
-PINMUX(GPIO(AP_FLASH_SELECT), B3, DIO_INPUT)
PINMUX(GPIO(MONITOR_I2CS_SDA), A1, GPIO_INPUT)
/*