Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit beba1526 authored by Ashok Vuyyuru's avatar Ashok Vuyyuru
Browse files

ARM: dts: msm: adding wdi client scaling exceptions

For WLAN LAN-LAN use cases, there won't be any other peripheral
vote and IPA vote will not scale correctly. Make changes to
add scaling exceptions to vote correctly for WLAN standalone cases.

Change-Id: I621fe76446e8a31fa5530d2eae9b43f2d120a6c7
parent ba95a912
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,3 +12,7 @@
		"qcom,sdxlemur", "qcom,mtp";
	qcom,board-id = <0x9010008 0x309>;
};

&ipa_hw {
	qcom,scaling-exceptions = "wdi", "1400", "4800", "10000";
};
+1 −0
Original line number Diff line number Diff line
@@ -15,5 +15,6 @@

&ipa_hw {
	qcom,use-dual-pine-config;
	qcom,scaling-exceptions = "wdi", "1400", "4800", "10000", "wdi1", "1400", "4800", "10000";
};
+4 −0
Original line number Diff line number Diff line
@@ -12,3 +12,7 @@
		"qcom,sdxlemur", "qcom,mtp";
	qcom,board-id = <0x9010008 0x309>;
};

&ipa_hw {
	qcom,scaling-exceptions = "wdi", "1400", "4800", "10000";
};
+1 −0
Original line number Diff line number Diff line
@@ -15,5 +15,6 @@

&ipa_hw {
	qcom,use-dual-pine-config;
	qcom,scaling-exceptions = "wdi", "1400", "4800", "10000", "wdi1", "1400", "4800", "10000";
};