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

Commit cec0e583 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Add temperature sensors for plutonium



Temperature Sensor(TSENS) supports reading on die
temperature sensors and setting and receiving temperature
notification.

Change-Id: I682287f2eef4145174cb1c6cd9298ce2c6f6ff7f
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 7df95891
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -847,6 +847,15 @@
		compatible = "qcom,msm-pcm-hostless";
	};

	tsens: tsens@fc4a8000 {
		compatible = "qcom,msmplutonium-tsens";
		reg = <0xfc4a8000 0x2000>,
		      <0xfc4bc000 0x1000>;
		reg-names = "tsens_physical", "tsens_eeprom_physical";
		interrupts = <0 184 0>;
		qcom,sensors = <16>;
		qcom,slope = <2901 2846 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200 3200>;
	};
};

&gdsc_usb30 {