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

Commit 2001a040 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update Tsens nodes for SDM632"

parents 5456b06a 42ed9c76
Loading
Loading
Loading
Loading
+122 −0
Original line number Diff line number Diff line
@@ -36,3 +36,125 @@
&clock_gcc_gfx {
	compatible = "qcom,gcc-gfx-sdm632";
};

&thermal_zones {
	camera-usr {
		status = "disabled";
	};

	apc1-l2-usr {
		status = "disabled";
	};

	apc0-cpu0-usr {
		status = "disabled";
	};

	apc0-cpu1-usr {
		status = "disabled";
	};

	apc0-cpu2-usr {
		status = "disabled";
	};

	apc0-cpu3-usr {
		status = "disabled";
	};

	apc0-l2-usr {
		status = "disabled";
	};

	gpu0-usr {
		status = "disabled";
	};

	gpu1-usr {
		status = "disabled";
	};

	video-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
		thermal-sensors = <&tsens0 3>;
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	cpuss0-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&tsens0 8>;
		thermal-governor = "user_space";
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	cpuss1-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&tsens0 9>;
		thermal-governor = "user_space";
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	cpuss3-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&tsens0 13>;
		thermal-governor = "user_space";
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	camera-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&tsens0 14>;
		thermal-governor = "user_space";
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	gpu0-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&tsens0 15>;
		thermal-governor = "user_space";
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};
};