From 8516704778388add47febfec9a4634560dd0706b Mon Sep 17 00:00:00 2001 From: Sam McNally Date: Fri, 17 Feb 2023 14:28:59 +1100 Subject: dibbi: Set maximum PD input to 20V, 3.25A, 65W. BUG=b:269666625 TEST=dibbi negotiates 65W BRANCH=none Change-Id: Ic26e683235b066ca12f02c4196a44e4bc237e7d0 Signed-off-by: Sam McNally Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4273625 Reviewed-by: Peter Marheine --- board/dibbi/board.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1