summaryrefslogtreecommitdiff
path: root/board/rambi/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/rambi/board.h')
-rw-r--r--board/rambi/board.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/rambi/board.h b/board/rambi/board.h
index 3cf17b4580..37b54cc04c 100644
--- a/board/rambi/board.h
+++ b/board/rambi/board.h
@@ -99,7 +99,12 @@ enum gpio_signal {
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
GPIO_PCH_SOC_OVERRIDE_L, /* SOC override signal to PCH; when high, ME
* ignores security descriptor */
+ /*
+ * TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW
+ * from the new one when we deprecate the 1.5 boards.
+ */
GPIO_PCH_SYS_PWROK, /* EC thinks everything is up and ready */
+ GPIO_PCH_SYS_PWROK_NEW, /* Duplicate of SYS_PWROK for 2.0 boards */
GPIO_PCH_WAKE_L, /* Wake signal from EC to PCH */
GPIO_PP1350_EN, /* Enable 1.35V supply */
GPIO_PP3300_DX_EN, /* Enable power to lots of peripherals */
@@ -116,7 +121,12 @@ enum gpio_signal {
GPIO_VCORE_EN, /* Enable core power supplies */
GPIO_WLAN_OFF_L, /* Disable WiFi radio */
GPIO_PCH_SCI_L, /* Assert SCI to PCH */
+ /*
+ * TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW
+ * from the new one when we deprecate the 1.5 boards.
+ */
GPIO_KBD_IRQ_L, /* Negative edge triggered irq. */
+ GPIO_KBD_IRQ_NEW_L, /* Duplicate of KBD_IRQ# for 2.0 boards */
/* Number of GPIOs; not an actual GPIO */
GPIO_COUNT