summaryrefslogtreecommitdiff
path: root/board/scarlet/board.h
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2018-03-27 14:36:23 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-03-27 20:35:12 -0700
commitf03486d36c0d3a456b6d29944fa3bdc72bcac985 (patch)
treec93b29660735789162920ddddddcfc96243b715f /board/scarlet/board.h
parenta4146020c36b30cd977557fbd47e68ff399a5373 (diff)
downloadchrome-ec-f03486d36c0d3a456b6d29944fa3bdc72bcac985.tar.gz
scarlet: Limit the maximal acceptable VBUS to 5.5V
BUG=b:74399717 BRANCH=scarlet TEST=Plug in a charger with 5V/9V/15V PD profiles, confirm scarlet picks 5V Change-Id: I58ee110d110d873b7221695bf4a182d6d04b65e1 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/982555 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Alexandru M Stan <amstan@chromium.org>
Diffstat (limited to 'board/scarlet/board.h')
-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 1ebd1e7eb2..a6f152840f 100644
--- a/board/scarlet/board.h
+++ b/board/scarlet/board.h
@@ -134,7 +134,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 9500
+#define PD_MAX_VOLTAGE_MV 5500
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 50000 /* us */