diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2019-04-25 01:52:44 +0530 |
---|---|---|
committer | Andy Gross <agross@kernel.org> | 2019-04-25 23:05:28 -0500 |
commit | 280acabbaa11db3027dcad86feb56508efdd34fb (patch) | |
tree | b210db5e52a6bc83844b28fe4aaae911ac522d26 /arch/arm64/boot | |
parent | ad480e0149cfc10defe76e88354b977360adb7a1 (diff) |
arm64: dts: msm8998: thermal: Fix number of supported sensors
msm8998 has 22 sensors connected in total, 14 on the 1st controller, 8
on the 2nd controller. Increase the number to allow sensors with ID 12
and 13 to be registered.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Tested-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Andy Gross <agross@kernel.org>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index 32ed67cb1f97..d28a7f6fd413 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -745,7 +745,7 @@ reg = <0x10ab000 0x1000>, /* TM */ <0x10aa000 0x1000>; /* SROT */ - #qcom,sensors = <12>; + #qcom,sensors = <14>; #thermal-sensor-cells = <1>; }; |