summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com>2021-10-12 10:58:47 +0800
committerCommit Bot <commit-bot@chromium.org>2021-10-12 19:27:58 +0000
commit3c833cc3bbac3e59e4a75894debb1dd020363d9e (patch)
tree298f9d119a6531685bc9802afb6d04fd5b8f658a
parentb2d5fc19f2b3c46c9fe8abe2bde28223d971dd27 (diff)
downloadchrome-ec-3c833cc3bbac3e59e4a75894debb1dd020363d9e.tar.gz
delbin: The type-C PDO "PD_MAX_POWER_MW" change to 45W
The type-C PDO "PD_MAX_POWER_MW" change to 45W from 60W. BUG=b:202754465 BRANCH=firmware-volteer-13672.B TEST=manual Check PDO using command "ectool usbpdpower". Signed-off-by: Michael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: Idab8e05550a3a6e924c5cfbb10874a8f020e34a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3217473 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--board/delbin/board.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/delbin/board.h b/board/delbin/board.h
index 91f69a2bae..27cff2dde5 100644
--- a/board/delbin/board.h
+++ b/board/delbin/board.h
@@ -69,10 +69,11 @@
/*
* SN5S30 PPC supports up to 24V VBUS source and sink, however passive USB-C
- * cables only support up to 60W.
+ * cables only support up to 60W, the limitation of 45W is for the delbin
+ * board.
*/
#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
+#define PD_MAX_POWER_MW 45000
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000