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

Commit 0e2f149a authored by Girish Mahadevan's avatar Girish Mahadevan
Browse files

ARM: dts: msm: Modify static limiting rules for msm8994



Modify the thresholds for the static limiting rules setup for the CPU
master port to act on aggregated clock value rather than AB/IB.
Otherwise rules engine may end up applying limiting rules even if
the aggregated value is well past the intended threshold

Change-Id: I8b046e36daba1c68d2367daaab0bafe42610cb39
Signed-off-by: default avatarGirish Mahadevan <girishm@codeaurora.org>
parent 51324f6d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1524,9 +1524,9 @@

		rule0 {
			qcom,src-nodes = <&mas_apps_proc>;
			qcom,src-field = <FLD_IB>;
			qcom,src-field = <FLD_CLK>;
			qcom,src-op = <OP_LE>;
			qcom,thresh = <2000000>;
			qcom,thresh = <250000>;
			qcom,mode = <THROTTLE_ON>;
			qcom,dest-node = <&mas_apps_proc>;
			qcom,dest-bw = <600000>;
@@ -1534,9 +1534,9 @@

		rule1 {
			qcom,src-nodes = <&mas_apps_proc>;
			qcom,src-field = <FLD_IB>;
			qcom,src-field = <FLD_CLK>;
			qcom,src-op = <OP_LE>;
			qcom,thresh = <2456000>;
			qcom,thresh = <307000>;
			qcom,mode = <THROTTLE_ON>;
			qcom,dest-node = <&mas_apps_proc>;
			qcom,dest-bw = <900000>;
@@ -1544,9 +1544,9 @@

		rule2 {
			qcom,src-nodes = <&mas_apps_proc>;
			qcom,src-field = <FLD_IB>;
			qcom,src-field = <FLD_CLK>;
			qcom,src-op = <OP_GT>;
			qcom,thresh = <2456000>;
			qcom,thresh = <307000>;
			qcom,mode = <THROTTLE_OFF>;
			qcom,dest-node = <&mas_apps_proc>;
		};