From bc7b0605092866c0f1e080bd8db6386898f609ea Mon Sep 17 00:00:00 2001 From: Koro Chen Date: Mon, 4 Jul 2016 11:33:34 +0800 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/358320 Reviewed-by: Rong Chang --- board/elm/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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