mirror of https://gitee.com/openkylin/linux.git
arm64: dts: msm8998: thermal: Fix the gpu sensor number
The GPU sensor is sensor ID 13 on controller 0
Fixes: 4449b6f248
("arm64: dts: qcom: msm8998: Add tsens and thermal-zones")
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
This commit is contained in:
parent
b67d9c5d6f
commit
9284aa44a5
|
@ -510,7 +510,7 @@ gpu-thermal {
|
|||
polling-delay-passive = <250>;
|
||||
polling-delay = <1000>;
|
||||
|
||||
thermal-sensors = <&tsens1 3>;
|
||||
thermal-sensors = <&tsens0 13>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue