summaryrefslogtreecommitdiff
path: root/baseboard/kukui
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/kukui')
-rw-r--r--baseboard/kukui/baseboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/baseboard/kukui/baseboard.h b/baseboard/kukui/baseboard.h
index cd9b2fb46d..881c1991f1 100644
--- a/baseboard/kukui/baseboard.h
+++ b/baseboard/kukui/baseboard.h
@@ -66,7 +66,8 @@
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 250000 /* us */
#define PD_VCONN_SWAP_DELAY 5000 /* us */
-#define PD_MAX_VOLTAGE_MV 20000
+/* b/2230219: 15V has better charging performance than 20V */
+#define PD_MAX_VOLTAGE_MV 15000
#else
#error Must define a VARIANT_KUKUI_CHARGER
#endif /* VARIANT_KUKUI_CHARGER */