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

Commit 18cb1f70 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Enable TSENS for sdm855



Enable temperature controller (TSENS) on SDM855.

Change-Id: I7d3755ca5a1f6f064f396f1ba0de075f90837cd5
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 7a1e58a2
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1940,6 +1940,28 @@
				 <DCC_READ 0x0c202244 1 0>;
	};

	tsens0: tsens@c222000 {
		compatible = "qcom,tsens24xx";
		reg = <0xc222000 0x4>,
			<0xc263000 0x1ff>;
		reg-names = "tsens_srot_physical",
				"tsens_tm_physical";
		interrupts = <0 506 0>, <0 508 0>;
		interrupt-names = "tsens-upper-lower", "tsens-critical";
		#thermal-sensor-cells = <1>;
	};

	tsens1: tsens@c223000 {
		compatible = "qcom,tsens24xx";
		reg = <0xc223000 0x4>,
			<0xc265000 0x1ff>;
		reg-names = "tsens_srot_physical",
			"tsens_tm_physical";
		interrupts = <0 507 0>, <0 509 0>;
		interrupt-names = "tsens-upper-lower", "tsens-critical";
		#thermal-sensor-cells = <1>;
	};

	thermal_zones: thermal-zones {
	};
};