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

Commit 3c541a8f authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss Committed by Kyle Yan
Browse files

ARM: dts: msm: Update TSENS sensors for msmhamster



Temperature sensor (TSENS) driver provides clients ability
to read on-die temperature sensors. Update the total
number of sensors supported for msmhamster on TSENS
controller 1 and corresponding sensor controller index.

Change-Id: I8c9ba4ed230c94d124f9c02e9e18a77cdb6befa5
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 52e8201e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -58,3 +58,15 @@
		< 670000000 RPM_SMD_REGULATOR_LEVEL_TURBO >,
		< 710000000 RPM_SMD_REGULATOR_LEVEL_TURBO >;
};

&tsens0 {
	compatible = "qcom,msmhamster-tsens";
};

&tsens1 {
	compatible = "qcom,msmhamster-tsens";
	qcom,client-id = <14 15 16 17 18 19 20>;
	qcom,sensor-id = <0 1 3 4 5 6 7>;
	qcom,sensors = <7>;
	qcom,slope = <2901 2846 3200 3200 3200 3200 3200>;
};