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 <osvaldob@codeaurora.org>
This commit is contained in:
Osvaldo Banuelos 2016-04-27 17:08:06 -07:00 committed by Jeevan Shriram
parent b00de1f245
commit f0faba2ed8

View file

@ -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>;