summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoro Chen <koro.chen@mediatek.com>2016-07-04 11:33:34 +0800
committerchrome-bot <chrome-bot@chromium.org>2016-07-05 08:07:23 -0700
commitbc7b0605092866c0f1e080bd8db6386898f609ea (patch)
treeb80e3a1e55890cc9bb9e038c7c4e2b71c3c21d35
parentafaf93e3c7eed5211d08a642bef2c7d1d2311d2f (diff)
downloadchrome-ec-bc7b0605092866c0f1e080bd8db6386898f609ea.tar.gz
elm: Set PD_MAX_POWER_MW to 45W
Since we are targeting a 45W solution, set max power to 45W. BRANCH=none BUG=chrome-os-partner:54519 TEST=Plug in Zinger and make sure 20V/2.25A is used instead of 20V/3A Change-Id: Ie57a1df39f0cc642fe3644535aa1b5aa92f1ff35 Signed-off-by: Koro Chen <koro.chen@mediatek.com> Reviewed-on: https://chromium-review.googlesource.com/358320 Reviewed-by: Rong Chang <rongchang@chromium.org>
-rw-r--r--board/elm/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/elm/board.h b/board/elm/board.h
index 41fdc60a6f..b2097af1e0 100644
--- a/board/elm/board.h
+++ b/board/elm/board.h
@@ -202,7 +202,7 @@ enum temp_sensor_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 CONFIG_CHARGER_MAX_INPUT_CURRENT
#define PD_MAX_VOLTAGE_MV 20000