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

Commit 81907183 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss Committed by Shiju Mathew
Browse files

ARM: dts: msm: Enable TSENS for mdmcalifornium



Temperature sensors (TSENS) is used by thermal client
to read on die temperature sensors and receive temperature
threshold notification on temperature crossing.

Change-Id: I654245d290e5e4769a4a912b5dfee7acd3ed32d7
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 7193533b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -591,6 +591,19 @@
			      "phy_reset", "phy_phy_reset",
			      "ref_clk_src", "ref_clk";
	};

	tsens0: tsens@4a9000 {
		compatible = "qcom,msm8996-tsens";
		reg = <0x4a8000 0x2000>,
			<0x74230 0x1000>;
		reg-names = "tsens_physical", "tsens_eeprom_physical";
		interrupts = <0 184 0>, <0 430 0>;
		interrupt-names = "tsens-upper-lower", "tsens-critical";
		qcom,sensors = <5>;
		qcom,slope = <2901 2846 3200 3200 3200>;
		qcom,client-id = <0 1 2 3 4>;
		qcom,sensor-id = <0 1 2 3 6>;
	};
};

&gdsc_usb30 {