From 3e0b5aabd2b4f87deffff6b60057846be371103e Mon Sep 17 00:00:00 2001 From: Bruce Date: Sat, 18 Feb 2017 14:39:40 +0800 Subject: [PATCH] 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 --- 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 b914256eff..bdcf3911f8 100644 --- a/board/pyro/board.h +++ b/board/pyro/board.h @@ -67,7 +67,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