summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2018-04-27 17:25:20 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-05-11 02:58:49 -0700
commit43db76c108288392b5ede23dae4bd41971979a75 (patch)
tree256a666fd5acae6872816abb6d391b1d1bc5934b
parente4b718df7a3fbf320fc867844699e60e908d6c20 (diff)
downloadchrome-ec-43db76c108288392b5ede23dae4bd41971979a75.tar.gz
Revert "scarlet: Limit the maximal acceptable VBUS to 5.5V"
This reverts commit c4e728e6f991537b5e0f715c4f9e946b029d5bd8. BUG=b:78792296 BRANCH=scarlet TEST=none Change-Id: I4dc73e85cc7883ef4b2ab83da4d671a7709d9fd3 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/1054121 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Philip Chen <philipchen@chromium.org>
-rw-r--r--board/scarlet/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/scarlet/board.h b/board/scarlet/board.h
index 653b6513fc..df2f7c89de 100644
--- a/board/scarlet/board.h
+++ b/board/scarlet/board.h
@@ -132,7 +132,7 @@
#define PD_OPERATING_POWER_MW 15000
#define PD_MAX_POWER_MW ((PD_MAX_VOLTAGE_MV * PD_MAX_CURRENT_MA) / 1000)
#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 5500
+#define PD_MAX_VOLTAGE_MV 9500
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 50000 /* us */