diff options
| author | Osvaldo Banuelos <osvaldob@codeaurora.org> | 2016-04-27 17:08:06 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-06 12:06:24 -0700 |
| commit | f0faba2ed8a90173c9e1d6af59570274aeedf680 (patch) | |
| tree | 0999ce6f482a5c55b8b002f981f37e53ca1208ed /arch | |
| parent | b00de1f2453213bbc5a199aa85bfea3dd6d27586 (diff) | |
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>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 8 |
1 files 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>; |
