Skip to content
Commit 95f231f8 authored by Daniel Lezcano's avatar Daniel Lezcano Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Fix multiple thermal zones conflict in rk3399.dtsi



Currently the common thermal zones definitions for the rk3399 assumes
multiple thermal zones are supported by the governors. This is not the
case and each thermal zone has its own governor instance acting
individually without collaboration with other governors.

As the cooling device for the CPU and the GPU thermal zones is the
same, each governors take different decisions for the same cooling
device leading to conflicting instructions and an erratic behavior.

As the cooling-maps is about to become an optional property, let's
remove the cpu cooling device map from the GPU thermal zone.

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 587b4ee2
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