summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@chromium.org>2018-12-19 01:45:08 +0000
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2019-01-04 20:08:58 +0000
commit8b2a021f3be9d91963e9a195fb6ee01a0969fb88 (patch)
tree857f4844500ce08c4a96230b426a1372c0a6fab9
parent5b27eb1ae048f0fbfeb152c2b9bd1f1da2015ef7 (diff)
downloadchrome-ec-8b2a021f3be9d91963e9a195fb6ee01a0969fb88.tar.gz
Revert "Reland "scarlet: Limit the maximal acceptable VBUS to 5.5V""
This reverts commit 5b27eb1ae048f0fbfeb152c2b9bd1f1da2015ef7. Reason for revert: b:78792296 Original change's description: > Reland "scarlet: Limit the maximal acceptable VBUS to 5.5V" > > This reverts commit b86950f867d97834f9e800e835921d57d391f883. > > Reason for revert: b:78792296 > > Original change's description: > > 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/1034105 > > Reviewed-by: Brian Norris <briannorris@chromium.org> > > Commit-Queue: Philip Chen <philipchen@chromium.org> > > Tested-by: Philip Chen <philipchen@chromium.org> > > Trybot-Ready: Philip Chen <philipchen@chromium.org> > > Bug: b:78792296 > Change-Id: I848fbb1027916b265e5d6531c33404a163c1364e > Reviewed-on: https://chromium-review.googlesource.com/c/1379731 > Reviewed-by: Philip Chen <philipchen@chromium.org> > Commit-Queue: Philip Chen <philipchen@chromium.org> > Tested-by: Philip Chen <philipchen@chromium.org> > Trybot-Ready: Philip Chen <philipchen@chromium.org> Bug: b:78792296 Change-Id: I9e7b5cff36ffc0bc3a16a96f221e4da04b7c375c Reviewed-on: https://chromium-review.googlesource.com/c/1383272 Reviewed-by: Philip Chen <philipchen@chromium.org> Commit-Queue: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Trybot-Ready: 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 c3cb5cd293..08840e6c3a 100644
--- a/board/scarlet/board.h
+++ b/board/scarlet/board.h
@@ -144,7 +144,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 */