summaryrefslogtreecommitdiff
path: root/board/glados/board.h
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@google.com>2015-10-05 14:55:33 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-06 01:41:08 -0700
commite264ae0d1ffae82381eee6b6a529a960e7de5144 (patch)
tree75ba47a297c2d0774ef0893661653b04e6e05d73 /board/glados/board.h
parent2cf4269683c78c88a4cd3c211770816ecf55f5d2 (diff)
downloadchrome-ec-e264ae0d1ffae82381eee6b6a529a960e7de5144.tar.gz
glados: set max input power to 45W
Set maximum input power to 45W, (20V at 2.25A) BUG=chrome-os-partner:46149 BRANCH=none TEST=load on glados, plug in zinger, make sure we request 20V, 2.25A, and that we set input current limit to 2250mA Change-Id: If6d9eba19dc422ed704799e03bd05af5817efeb5 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/304082 Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/glados/board.h')
-rw-r--r--board/glados/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/glados/board.h b/board/glados/board.h
index 6561a97793..01b17ab2ea 100644
--- a/board/glados/board.h
+++ b/board/glados/board.h
@@ -186,7 +186,7 @@ enum als_id {
/* Define typical operating power and max power */
#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
+#define PD_MAX_POWER_MW 45000
#define PD_MAX_CURRENT_MA 3000
/* Try to negotiate to 20V since i2c noise problems should be fixed. */