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

Commit c1b1f8e1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add modem junction mitigation rule for Lahaina"

parents 296b6cce 6823bbb8
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
@@ -421,4 +421,46 @@
			};
		};
	};

	mdmss-1-step {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens1 9>;
		trips {
			mdmss1_config: active-config0 {
				temperature = <100000>;
				hysteresis = <10000>;
				type = "passive";
			};
		};

		cooling-maps {
			mdmss1_cdev {
				trip = <&mdmss1_config>;
				cooling-device = <&modem_tj 3 3>;
			};
		};
	};

	mdmss-2-step {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens1 10>;
		trips {
			mdmss2_config: active-config0 {
				temperature = <100000>;
				hysteresis = <10000>;
				type = "passive";
			};
		};

		cooling-maps {
			mdmss2_cdev {
				trip = <&mdmss2_config>;
				cooling-device = <&modem_tj 3 3>;
			};
		};
	};
};