summaryrefslogtreecommitdiff
path: root/board/wheelie
diff options
context:
space:
mode:
Diffstat (limited to 'board/wheelie')
-rw-r--r--board/wheelie/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/wheelie/board.h b/board/wheelie/board.h
index 91054cd6fd..fbeb23f576 100644
--- a/board/wheelie/board.h
+++ b/board/wheelie/board.h
@@ -27,6 +27,7 @@
#define CONFIG_USB_PD_VBUS_DETECT_CHARGER
#define CONFIG_USB_PD_5V_CHARGER_CTRL
#define CONFIG_CHARGER_OTG
+#undef CONFIG_CHARGER_SINGLE_CHIP
/* LED */
#define CONFIG_LED_PWM_COUNT 1
@@ -79,6 +80,12 @@
#include "gpio_signal.h"
#include "registers.h"
+enum chg_id {
+ CHARGER_PRIMARY,
+ CHARGER_SECONDARY,
+ CHARGER_NUM,
+};
+
enum pwm_channel {
PWM_CH_KBLIGHT,
PWM_CH_LED_RED,