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:
parent
b00de1f245
commit
f0faba2ed8
1 changed files with 4 additions and 4 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue