summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddartha Mohanadoss <smohanad@codeaurora.org>2015-12-15 14:31:11 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:16:33 -0700
commit596b0f8e91f9f854c50b223e280f68ceda26c90d (patch)
tree539a31bad41fd61b39f90a3e8d200635cdf7c1d8
parent71c79b78ab64711bc18ef6ca1ae961d16a2a953a (diff)
ARM: dts: msm: Add temperature sensor support for MSMCOBALT
Support thermal clients to read die temperature from the temperature sensors. MSM Cobalt TSENS supports upto 22 temperature sensors across two TSENS controllers. Thermal client has the ability to set temperature threshold and receive notification on a threshold crossing. Change-Id: I30ed627567643e014fae588f43c4f8945cf6165b Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi
index 1b4bb2e9dfa4..9b5e4a20351c 100644
--- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi
+++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi
@@ -1088,7 +1088,7 @@
};
tsens0: tsens@10aa000 {
- compatible = "qcom,msmcobalt-tsens";
+ compatible = "qcom,msm8996-tsens";
reg = <0x10aa000 0x2000>,
<0x74230 0x1000>;
reg-names = "tsens_physical", "tsens_eeprom_physical";
@@ -1100,7 +1100,7 @@
};
tsens1: tsens@10ad000 {
- compatible = "qcom,msmcobalt-tsens";
+ compatible = "qcom,msm8996-tsens";
reg = <0x10ad000 0x2000>,
<0x75230 0x1000>;
reg-names = "tsens_physical", "tsens_eeprom_physical";