summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/volteer/baseboard.h1
-rw-r--r--board/volteer/gpio.inc1
2 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/volteer/baseboard.h b/baseboard/volteer/baseboard.h
index 12c87fc35c..68477e81c2 100644
--- a/baseboard/volteer/baseboard.h
+++ b/baseboard/volteer/baseboard.h
@@ -31,6 +31,7 @@
#define CONFIG_VSTORE
#define CONFIG_VSTORE_SLOT_COUNT 1
#define CONFIG_VOLUME_BUTTONS
+#define CONFIG_LOW_POWER_IDLE
/* Host communication */
#define CONFIG_HOSTCMD_ESPI
diff --git a/board/volteer/gpio.inc b/board/volteer/gpio.inc
index f23d847b38..a2c47951ce 100644
--- a/board/volteer/gpio.inc
+++ b/board/volteer/gpio.inc
@@ -94,7 +94,6 @@ GPIO(SYS_RST_ODL, PIN(C, 5), GPIO_ODR_HIGH)
GPIO(EC_PCH_INT_ODL, PIN(D, 6), GPIO_ODR_HIGH) /* TODO - b/140557015 - implement with MKBD sensor events */
/* USB and USBC Signals */
-GPIO(EN_PP3300_AG, PIN(8, 5), GPIO_OUT_LOW)
/* TODO - b/145560203 route USB_C1_RT_RST_ODL to EC */
UNIMPLEMENTED(USB_C1_RT_RST_ODL)