ARM: dts: msm: Change ipa polling parameter in SDM660/630
Modify ipa poll parameter configuration to 1x40 to meet power and performance requirements of SDM660/630. Change-Id: I09cfa921ff61b38fe808f386e665ed9595c6e823 Acked-by: Mohammed Javid <mjavid@qti.qualcomm.com> Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
This commit is contained in:
parent
687a4eb82b
commit
79b8be3d36
2 changed files with 4 additions and 4 deletions
|
@ -1235,8 +1235,8 @@
|
|||
<90 512 206000 960000>,
|
||||
<1 676 206000 160000>;
|
||||
qcom,bus-vector-names = "MIN", "SVS", "PERF", "TURBO";
|
||||
qcom,rx-polling-sleep-ms = <2>; /* Polling sleep interval */
|
||||
qcom,ipa-polling-iteration = <5>; /* Polling Iteration */
|
||||
qcom,rx-polling-sleep-ms = <1>; /* Polling sleep interval */
|
||||
qcom,ipa-polling-iteration = <40>; /* Polling Iteration */
|
||||
|
||||
ipa_smmu_ap: ipa_smmu_ap {
|
||||
compatible = "qcom,ipa-smmu-ap-cb";
|
||||
|
|
|
@ -1462,8 +1462,8 @@
|
|||
<90 512 206000 960000>,
|
||||
<1 676 206000 160000>;
|
||||
qcom,bus-vector-names = "MIN", "SVS", "PERF", "TURBO";
|
||||
qcom,rx-polling-sleep-ms = <2>; /* Polling sleep interval */
|
||||
qcom,ipa-polling-iteration = <5>; /* Polling Iteration */
|
||||
qcom,rx-polling-sleep-ms = <1>; /* Polling sleep interval */
|
||||
qcom,ipa-polling-iteration = <40>; /* Polling Iteration */
|
||||
|
||||
ipa_smmu_ap: ipa_smmu_ap {
|
||||
compatible = "qcom,ipa-smmu-ap-cb";
|
||||
|
|
Loading…
Add table
Reference in a new issue