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

Commit 9ad8d5d7 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Add passive delay for NSP mitigation in lahaina

Add a passive polling delay of 10 milli-second for NSP mitigation rule.
This will enable step wise algorithm to increase and decrease the
mitigation.

Change-Id: I4aafa3f1a0b6605d82b2f32a9687d6620d2d8ef1
parent 4094a15f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -998,7 +998,7 @@
	};

	nspss-0-step {
		polling-delay-passive = <0>;
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens1 3>;
@@ -1032,7 +1032,7 @@
	};

	nspss-1-step {
		polling-delay-passive = <0>;
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens1 4>;
@@ -1066,7 +1066,7 @@
	};

	nspss-2-step {
		polling-delay-passive = <0>;
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens1 5>;