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

Commit ed92da4f authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

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



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

Change-Id: I412cbcec403c94b842c1cafbcbbb9943c57a4588
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 7381ae03
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -280,6 +280,18 @@
		qcom,slope = <3200 3200 3200 3200 3200 3200 3200>;
		qcom,calib-mode = "fuse_map4";
	};
	qcom,msm-thermal {
		compatible = "qcom,msm-thermal";
		qcom,sensor-id = <3>;
		qcom,poll-ms = <250>;
		qcom,limit-temp = <60>;
		qcom,temp-hysteresis = <10>;
		qcom,freq-step = <2>;
		qcom,freq-control-mask = <0xf>;
		qcom,core-limit-temp = <80>;
		qcom,core-temp-hysteresis = <10>;
		qcom,core-control-mask = <0xe>;
	};

	qcom,fuse@fc4b8000 {
		compatible = "qcom,qfp-fuse";