Commit 9284aa44 authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross

arm64: dts: msm8998: thermal: Fix the gpu sensor number

The GPU sensor is sensor ID 13 on controller 0

Fixes: 4449b6f2 ("arm64: dts: qcom: msm8998: Add tsens and thermal-zones")
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent b67d9c5d
...@@ -510,7 +510,7 @@ gpu-thermal { ...@@ -510,7 +510,7 @@ gpu-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>; polling-delay = <1000>;
thermal-sensors = <&tsens1 3>; thermal-sensors = <&tsens0 13>;
}; };
}; };
......
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