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

Commit f8f3a040 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Add temperature sensors



Temperature Sensor(TSENS) supports reading on die
temperature sensors and setting and receiving temperature
notification.

Change-Id: I85751e416ede3ea274acd1e07a52a74bfd037fb4
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent c5bc590f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -809,6 +809,17 @@
		qcom,xprt-version = <1>;
		qcom,fragmented-data;
	};

	tsens: tsens@fc4a8000 {
		compatible = "qcom,msm8994-tsens";
		reg = <0xfc4a8000 0x2000>,
		      <0xfc4bc000 0x1000>;
		reg-names = "tsens_physical", "tsens_eeprom_physical";
		interrupts = <0 184 0>;
		qcom,sensors = <13>;
		qcom,slope = <2901 2846 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200>;
		qcom,sensor-id = <0 1 2 3 5 6 7 8 9 10 11 12 13>;
	};
};

&gdsc_usb30 {