summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam McNally <sammc@chromium.org>2023-02-17 14:28:59 +1100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-21 06:19:59 +0000
commit8516704778388add47febfec9a4634560dd0706b (patch)
tree2fc5e235dd62714d822f1299eda99c715520e4c1
parent2bdb7720879073cc217d1044a90507e5cc07941d (diff)
downloadchrome-ec-8516704778388add47febfec9a4634560dd0706b.tar.gz
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 <sammc@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4273625 Reviewed-by: Peter Marheine <pmarheine@chromium.org>
-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