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

Commit 4e5955bf authored by Rama Krishna Phani A's avatar Rama Krishna Phani A Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add TSENS config support for msmthorium



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

Change-Id: I67aa0b06c9c83afe34c849d7929bb8cb77e25cf0
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent 234535fa
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -158,6 +158,19 @@
		qcom,pipe-attr-ee;
	};

	tsens: tsens@4a8000 {
		compatible = "qcom,msmthorium-tsens";
		reg = <0x4a8000 0x2000>,
		      <0xa4000  0x1000>;
		reg-names = "tsens_physical", "tsens_eeprom_physical";
		interrupts = <0 184 0>;
		interrupt-names = "tsens-upper-lower";
		qcom,sensors = <11>;
		qcom,slope = <3200 3200 3200 3200 3200 3200 3200 3200 3200
								3200 3200>;
		qcom,sensor-id = <0 1 2 3 4 5 6 7 8 9 10>;
	};

	blsp1_uart2: serial@78b0000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0x78b0000 0x200>;