From 596b0f8e91f9f854c50b223e280f68ceda26c90d Mon Sep 17 00:00:00 2001 From: Siddartha Mohanadoss Date: Tue, 15 Dec 2015 14:31:11 -0800 Subject: 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 --- arch/arm/boot/dts/qcom/msmcobalt.dtsi | 4 ++-- 1 file 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"; -- cgit v1.2.3