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

Commit 54b22a73 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: msm: Add TSENS node for fsm9900 targets



Added a TSENS node in the device tree to support tsens
thermal monitoring for the FSM9900 targets.

Change-Id: Ib1a66236c8e4857b24c43ebf119275cde28fe284
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 0a588b76
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -269,4 +269,16 @@
			qcom,bam-pipe-pair = <1>;
			qcom,ce-hw-instance = <3>;
	};

	tsens: tsens@fc4a8000 {
		compatible = "qcom,msm-tsens";
		reg = <0xfc4a8000 0x2000>,
			<0xfc4bc000 0x1000>;
		reg-names = "tsens_physical", "tsens_eeprom_physical";
		interrupts = <0 184 0>;
		qcom,sensors = <7>;
		qcom,slope = <3200 3200 3200 3200 3200 3200 3200>;
		qcom,calib-mode = "fuse_map4";
	};

};