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:
parent
0d8b39635c
commit
b55de1ea89
2 changed files with 16 additions and 0 deletions
|
@ -277,3 +277,11 @@
|
|||
&pmicobalt_charger {
|
||||
qcom,suspend-input;
|
||||
};
|
||||
|
||||
&tsens0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&tsens1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -114,3 +114,11 @@
|
|||
&pmicobalt_charger {
|
||||
qcom,suspend-input;
|
||||
};
|
||||
|
||||
&tsens0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&tsens1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue