summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/rambi/board.c2
-rw-r--r--board/rambi/board.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/rambi/board.c b/board/rambi/board.c
index 2213ee224c..6883395b7b 100644
--- a/board/rambi/board.c
+++ b/board/rambi/board.c
@@ -88,7 +88,7 @@ const struct gpio_info gpio_list[] = {
{"PCH_RCIN_L", LM4_GPIO_F, (1<<3), GPIO_ODR_HIGH, NULL},
{"PCH_RSMRST_L", LM4_GPIO_F, (1<<1), GPIO_OUT_LOW, NULL},
{"PCH_SMI_L", LM4_GPIO_F, (1<<4), GPIO_ODR_HIGH, NULL},
- {"PCH_SOC_OVERRIDE_L", LM4_GPIO_G, (1<<1), GPIO_OUT_HIGH, NULL},
+ {"PCH_SOC_OVERRIDE", LM4_GPIO_G, (1<<1), GPIO_OUT_LOW, NULL},
/*
* TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW
* from the new one when we deprecate the 1.5 boards.
diff --git a/board/rambi/board.h b/board/rambi/board.h
index 37b54cc04c..0ce41870f4 100644
--- a/board/rambi/board.h
+++ b/board/rambi/board.h
@@ -97,7 +97,7 @@ enum gpio_signal {
GPIO_PCH_RCIN_L, /* Reset line to PCH (for 8042 emulation) */
GPIO_PCH_RSMRST_L, /* Reset PCH resume power plane logic */
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
- GPIO_PCH_SOC_OVERRIDE_L, /* SOC override signal to PCH; when high, ME
+ GPIO_PCH_SOC_OVERRIDE, /* SOC override signal to PCH; when high, ME
* ignores security descriptor */
/*
* TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW