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: Siddartha Mohanadoss <smohanad@codeaurora.org>
This commit is contained in:
Siddartha Mohanadoss 2016-06-28 16:32:40 -07:00 committed by Kyle Yan
parent 0d8b39635c
commit b55de1ea89
2 changed files with 16 additions and 0 deletions

View file

@ -277,3 +277,11 @@
&pmicobalt_charger {
qcom,suspend-input;
};
&tsens0 {
status = "disabled";
};
&tsens1 {
status = "disabled";
};

View file

@ -114,3 +114,11 @@
&pmicobalt_charger {
qcom,suspend-input;
};
&tsens0 {
status = "disabled";
};
&tsens1 {
status = "disabled";
};