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

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

ARM: dts: msm: Disable TSENS on RUMI and SIM platform



Temperature sensor (TSENS) driver supports perodic monitoring
of the TSENS controller and can cause a false positive on
RUMI and SIM platform if the temperature values are
not valid. Therefore disable the driver on these platforms.

Change-Id: I9d38f6f1580eafef9de841418b9a9f022ef30b69
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 0d8b3963
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -277,3 +277,11 @@
&pmicobalt_charger {
	qcom,suspend-input;
};

&tsens0 {
	status = "disabled";
};

&tsens1 {
	status = "disabled";
};
+8 −0
Original line number Diff line number Diff line
@@ -114,3 +114,11 @@
&pmicobalt_charger {
	qcom,suspend-input;
};

&tsens0 {
	status = "disabled";
};

&tsens1 {
	status = "disabled";
};