From f0faba2ed8a90173c9e1d6af59570274aeedf680 Mon Sep 17 00:00:00 2001 From: Osvaldo Banuelos Date: Wed, 27 Apr 2016 17:08:06 -0700 Subject: [PATCH] ARM: dts: msm: increase OSM LLM frequency and voltage hysteresis timers Increase the OSM LLM frequency and voltage vote hysteresis timers to the maximum allowed value of 327675 ns. This is necessary to ensure stable operation when LLM port is enabled as client of OSM. Change-Id: I6b53b5a6187f0ac0e68f4ed54c7ae3ba0b062222 CRs-Fixed: 1009097 Signed-off-by: Osvaldo Banuelos --- arch/arm/boot/dts/qcom/msmcobalt.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index 4e9976bb3fc6..2bd480fe25bc 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -713,14 +713,14 @@ qcom,set-ret-inactive; qcom,enable-llm-freq-vote; qcom,llm-freq-up-timer = - <1000 1000>; + <327675 327675>; qcom,llm-freq-down-timer = - <1000 1000>; + <327675 327675>; qcom,enable-llm-volt-vote; qcom,llm-volt-up-timer = - <1000 1000>; + <327675 327675>; qcom,llm-volt-down-timer = - <1000 1000>; + <327675 327675>; qcom,cc-reads = <10>; qcom,cc-delay = <5>; qcom,cc-factor = <100>;