summaryrefslogtreecommitdiff
path: root/board/spring/usb_charging.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spring/usb_charging.c')
-rw-r--r--board/spring/usb_charging.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/spring/usb_charging.c b/board/spring/usb_charging.c
index 8a5533bbff..5715431fcc 100644
--- a/board/spring/usb_charging.c
+++ b/board/spring/usb_charging.c
@@ -278,6 +278,11 @@ static int board_probe_video(int device_type)
}
}
+int board_has_high_power_ac(void)
+{
+ return board_get_usb_dev_type() & TSU6721_TYPE_CHG12;
+}
+
void board_pwm_duty_cycle(int percent)
{
if (current_ilim_config != ILIM_CONFIG_PWM)