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

Commit 2acb4368 authored by Dipen Parmar's avatar Dipen Parmar
Browse files

ARM: dts: msm: Add Temperature sensor support



Temperature Sensor (TSENS) provides an interface to
clients to read the on die temperature from supported
sensors.

Change-Id: I3903b7b2b6a4000726862220a6fe7d604668dc82
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent 886c392c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -161,4 +161,15 @@
		qcom,device-type = <3>;
		qcom,pipe-attr-ee;
	};

	tsens: tsens@4a8000 {
		compatible = "qcom,msmferrum-tsens";
		reg = <0x4a8000 0x2000>,
		      <0x5c000  0x1000>;
		reg-names = "tsens_physical", "tsens_eeprom_physical";
		interrupts = <0 184 0>;
		qcom,sensors = <5>;
		qcom,slope = <3200 3200 3200 3200 3200>;
		qcom,sensor-id = <0 1 2 3 4>;
	};
};