From d5ba90fe847c2a503b2cf14e509bb8597f516e08 Mon Sep 17 00:00:00 2001 From: Radu Solea Date: Wed, 31 Aug 2022 17:40:41 +0000 Subject: Add battery charge delay for r11 Bug: 228131904 Test: Manual test Signed-off-by: Radu Solea Change-Id: I156c8497a082582415df683890d20882278fec35 Signed-off-by: Radu Solea --- r11_battery_root.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r11_battery_root.dtsi b/r11_battery_root.dtsi index a713670..664832b 100644 --- a/r11_battery_root.dtsi +++ b/r11_battery_root.dtsi @@ -50,6 +50,8 @@ google_battery: battery { battery,voltage_hysteresis = <100>; // 100 mV battery,max_rawsoc = <10000>; /* In units of 0.01% */ battery,charge_full_design = <279000>; /* 279000 uAh */ + + battery,charge_delay_ms = <2000>; }; wlc_cool_dev: wlc_cool_dev { -- cgit v1.2.3