summaryrefslogtreecommitdiff
path: root/board/voema/board.h
diff options
context:
space:
mode:
authorDavid Huang <david.huang@quanta.corp-partner.google.com>2021-02-04 17:31:25 +0800
committerCommit Bot <commit-bot@chromium.org>2021-02-09 21:31:09 +0000
commitb76b012a2410c4d0e9cb679f921fec80fb6dcae2 (patch)
treeed7a82b6bcf63fa12c79b4f413cb06d8d7cc2a71 /board/voema/board.h
parent37eb042b7db814887619c172ce9bd29cb0680785 (diff)
downloadchrome-ec-b76b012a2410c4d0e9cb679f921fec80fb6dcae2.tar.gz
voema: Modify pd support 65w adapter.
Need support 65w adapter, modify max power and max current. BUG=b:179217436 BRANCH=volteer TEST=Insert 65W adapter and check current limit set to 3250mA. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I3eee8440dd635bb5312baf2621eaf0f3fe013ee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2672992 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/voema/board.h')
-rw-r--r--board/voema/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/voema/board.h b/board/voema/board.h
index ce42dd9f42..deb68cf861 100644
--- a/board/voema/board.h
+++ b/board/voema/board.h
@@ -63,8 +63,8 @@
* cables only support up to 60W.
*/
#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
+#define PD_MAX_POWER_MW 65000
+#define PD_MAX_CURRENT_MA 3250
#define PD_MAX_VOLTAGE_MV 20000
/* Enabling Thunderbolt-compatible mode */