summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/herobrine_npcx9/board.h2
-rw-r--r--board/herobrine_npcx9/gpio.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/herobrine_npcx9/board.h b/board/herobrine_npcx9/board.h
index 09c4697672..e0ca39fac0 100644
--- a/board/herobrine_npcx9/board.h
+++ b/board/herobrine_npcx9/board.h
@@ -68,7 +68,7 @@
#define GPIO_WP_L GPIO_EC_WP_ODL
#define GPIO_SWITCHCAP_PG GPIO_SRC_VPH_PWR_PG
#define GPIO_ACOK_OD GPIO_CHG_ACOK_OD
-#define GPIO_EN_PP5000 GPIO_EN_PP5000_S3
+#define GPIO_EN_PP5000 GPIO_EN_PP5000_S5
#define GPIO_POWER_GOOD GPIO_MB_POWER_GOOD
#define GPIO_EC_INT_L GPIO_AP_EC_INT_L
#define GPIO_DP_HOT_PLUG_DET GPIO_DP_HOT_PLUG_DET_R
diff --git a/board/herobrine_npcx9/gpio.inc b/board/herobrine_npcx9/gpio.inc
index 9e1b9b67d3..239bedd95d 100644
--- a/board/herobrine_npcx9/gpio.inc
+++ b/board/herobrine_npcx9/gpio.inc
@@ -52,7 +52,7 @@ GPIO(AP_EC_INT_L, PIN(5, 6), GPIO_ODR_HIGH) /* Interrupt line between
/* Power enables */
GPIO(SWITCHCAP_ON, PIN(D, 5), GPIO_OUT_LOW) /* Enable switch cap */
-GPIO(EN_PP5000_S3, PIN(7, 3), GPIO_OUT_LOW) /* Enable PP5000 */
+GPIO(EN_PP5000_S5, PIN(7, 3), GPIO_OUT_HIGH) /* Enable PP5000 */
GPIO(EC_BL_DISABLE_L, PIN(B, 6), GPIO_OUT_LOW) /* Backlight disable signal from EC */
/* Sensors */