From 324a7ab0831a9df44b222ed747699c478f520d4f Mon Sep 17 00:00:00 2001 From: "YB.Ha" Date: Mon, 12 Mar 2018 13:16:13 +0900 Subject: nautilus : system enter hibernation on reliability test The temperature of test chamber is 55'C. Battery temperature is over 60'c when system runs on test chamber. The system turns off and enter hibernation because discharging_max_c is set to 60'C. BUG=b:74414822 BRANCH=none TEST=Build, flash and check system in test chamber. Change-Id: Ibfe05f0f31a0ebd9f72926ff7efa8faacca08153 Signed-off-by: YB.Ha Reviewed-on: https://chromium-review.googlesource.com/958802 Commit-Ready: YongBeum Ha Tested-by: YongBeum Ha Reviewed-by: Philip Chen --- board/nautilus/battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/nautilus/battery.c b/board/nautilus/battery.c index a51193c27d..642497cdfe 100644 --- a/board/nautilus/battery.c +++ b/board/nautilus/battery.c @@ -43,7 +43,7 @@ static const struct battery_info info = { .charging_min_c = 0, .charging_max_c = 50, .discharging_min_c = -20, - .discharging_max_c = 60, + .discharging_max_c = 70, }; const struct battery_info *battery_get_info(void) -- cgit v1.2.1