summaryrefslogtreecommitdiff
path: root/board/elm/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/elm/board.h')
-rw-r--r--board/elm/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/elm/board.h b/board/elm/board.h
index 1edd4bcc60..41fdc60a6f 100644
--- a/board/elm/board.h
+++ b/board/elm/board.h
@@ -206,6 +206,9 @@ enum temp_sensor_id {
#define PD_MAX_CURRENT_MA CONFIG_CHARGER_MAX_INPUT_CURRENT
#define PD_MAX_VOLTAGE_MV 20000
+/* The lower the input voltage, the higher the power efficiency. */
+#define PD_PREFER_LOW_VOLTAGE
+
/* Reset PD MCU */
void board_reset_pd_mcu(void);
/* Set AP reset pin according to parameter */