From c15a8e246d1087fc922f9ec55c7a50111a7906a0 Mon Sep 17 00:00:00 2001 From: Subbaraman Narayanamurthy Date: Wed, 2 Nov 2016 13:53:47 -0700 Subject: [PATCH] ARM: dts: msm: update the ESR pulse width in pmicobalt As per the hardware documentation, increase the duration between attempts to measure ESR as the ESR pulse amplitude got increased. This is to reduce the power consumption. Change-Id: I65027413ecb22a1e89e37a12f66c5abda6c3ba28 Signed-off-by: Subbaraman Narayanamurthy --- arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi index 64d85380c5dd..f4ca25668814 100644 --- a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi @@ -321,7 +321,7 @@ qcom,pmic-revid = <&pmicobalt_revid>; io-channels = <&pmicobalt_rradc 0>; io-channel-names = "rradc_batt_id"; - qcom,fg-esr-timer-awake = <64>; + qcom,fg-esr-timer-awake = <96>; qcom,fg-esr-timer-asleep = <256>; qcom,cycle-counter-en; status = "okay";