From 0837548b85c76c1a3f0515fc029e58eab07a1b75 Mon Sep 17 00:00:00 2001 From: Bruce Date: Sat, 18 Feb 2017 14:39:40 +0800 Subject: pyro: Set RW boot power threshold to 18w Follow reef setting. BUG=none BRANCH=reef TEST=make buildall Change-Id: If5964ba7416ebfdf235acb5bdaf7d911331b85ef Signed-off-by: Bruce.Wan Reviewed-on: https://chromium-review.googlesource.com/449560 Commit-Ready: Keith Tzeng Tested-by: Keith Tzeng Reviewed-by: Aaron Durbin (cherry picked from commit 3e0b5aabd2b4f87deffff6b60057846be371103e) Reviewed-on: https://chromium-review.googlesource.com/451038 Commit-Queue: Keith Tzeng --- board/pyro/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/pyro/board.h b/board/pyro/board.h index 4168572482..186b987a99 100644 --- a/board/pyro/board.h +++ b/board/pyro/board.h @@ -66,7 +66,7 @@ #define CONFIG_CHARGER_DISCHARGE_ON_AC #define CONFIG_CHARGER_INPUT_CURRENT 512 #define CONFIG_CHARGER_LIMIT_POWER_THRESH_BAT_PCT 1 -#define CONFIG_CHARGER_LIMIT_POWER_THRESH_CHG_MW 15000 +#define CONFIG_CHARGER_LIMIT_POWER_THRESH_CHG_MW 18000 #define CONFIG_CHARGER_MAINTAIN_VBAT #define CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON 1 #define CONFIG_CHARGER_PROFILE_OVERRIDE -- cgit v1.2.1