summaryrefslogtreecommitdiff
path: root/board/slippy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/slippy/board.h')
-rw-r--r--board/slippy/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/slippy/board.h b/board/slippy/board.h
index 883d6fcb7f..53a6c3a672 100644
--- a/board/slippy/board.h
+++ b/board/slippy/board.h
@@ -33,6 +33,7 @@
#define CONFIG_PWM_FAN
#define CONFIG_TEMP_SENSOR
#define CONFIG_USB_PORT_POWER_DUMB
+#define CONFIG_WP_ACTIVE_HIGH
#ifndef __ASSEMBLER__
@@ -80,7 +81,7 @@ enum gpio_signal {
GPIO_VCORE_PGOOD, /* Power good on core VR */
GPIO_PCH_EDP_VDD_EN, /* PCH wants EDP enabled */
GPIO_RECOVERY_L, /* Recovery signal from servo */
- GPIO_WRITE_PROTECT, /* Write protect input */
+ GPIO_WP, /* Write protect input */
/* Other inputs */
GPIO_FAN_ALERT_L, /* From thermal sensor */