Commit 280acabb authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross

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: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Tested-by: default avatarMarc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent ad480e01
......@@ -745,7 +745,7 @@ tsens0: thermal@10ab000 {
reg = <0x10ab000 0x1000>, /* TM */
<0x10aa000 0x1000>; /* SROT */
#qcom,sensors = <12>;
#qcom,sensors = <14>;
#thermal-sensor-cells = <1>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment