summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Lin <tonycwlin@google.com>2020-04-30 18:44:49 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-11 11:37:23 +0000
commitdf529a8b76057f59b0f9ce5db4ff840f4f577d33 (patch)
tree8ce90cba326d0ea94ec715530e52a4bc8712e043
parent76f2c33a42a7876b81f36b392714d526221c4ffa (diff)
downloadchrome-ec-df529a8b76057f59b0f9ce5db4ff840f4f577d33.tar.gz
asurada rev0: Increase USB-C input voltage and power.
BUG=none TEST=verify USB-C input voltage could be 20V TEST=by `dut-control ppvar_vbus_in_mv` BRANCH=none Change-Id: I88cb69d4503013d6eb9c879b60d0a0f0403e8926 Signed-off-by: Tony Lin <tonycwlin@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2173927 Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--board/asurada/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/asurada/board.h b/board/asurada/board.h
index af75f30b75..ed7cfc453e 100644
--- a/board/asurada/board.h
+++ b/board/asurada/board.h
@@ -96,7 +96,7 @@
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000
#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 45000
+#define PD_MAX_POWER_MW 60000
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 250000 /* us */
#define PD_VCONN_SWAP_DELAY 5000 /* us */