summaryrefslogtreecommitdiff
path: root/board/peppy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/peppy/board.h')
-rw-r--r--board/peppy/board.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/peppy/board.h b/board/peppy/board.h
index 46d110d642..b99c759396 100644
--- a/board/peppy/board.h
+++ b/board/peppy/board.h
@@ -36,6 +36,7 @@
#define CONFIG_SWITCH_DEDICATED_RECOVERY
#define CONFIG_TEMP_SENSOR
#define CONFIG_TEMP_SENSOR_G781
+#define CONFIG_TEMP_SENSOR_POWER_GPIO GPIO_PP3300_DX_EN
#define CONFIG_UART_HOST 2
#define CONFIG_USB_PORT_POWER_DUMB
#define CONFIG_WIRELESS
@@ -196,11 +197,6 @@ enum temp_sensor_id {
TEMP_SENSOR_COUNT
};
-/**
- * Board-specific g781 power state.
- */
-int board_g781_has_power(void);
-
/* Wireless signals */
#define WIRELESS_GPIO_WLAN GPIO_WLAN_OFF_L
#define WIRELESS_GPIO_WWAN GPIO_PP3300_LTE_EN