summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/dibbi/board.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/dibbi/board.h b/board/dibbi/board.h
index e3d0b0925b..70936fd760 100644
--- a/board/dibbi/board.h
+++ b/board/dibbi/board.h
@@ -30,7 +30,11 @@
#undef CONFIG_CHARGER_DISCHARGE_ON_AC
#undef CONFIG_USB_PD_VBUS_MEASURE_CHARGER
#define CONFIG_CHARGER_MIN_POWER_MW_FOR_POWER_ON 16000
-#define PD_MAX_VOLTAGE_MV 15000
+#define PD_MAX_VOLTAGE_MV 20000
+#undef PD_MAX_CURRENT_MA
+#define PD_MAX_CURRENT_MA 3250
+#undef PD_MAX_POWER_MW
+#define PD_MAX_POWER_MW 65000
#define CONFIG_USB_PD_VBUS_DETECT_GPIO
/* ADC sensors could measure VBUS on this board, but components are DNS */
#define CONFIG_USB_PD_VBUS_MEASURE_NOT_PRESENT