On Fri, Jan 17, 2020 at 01:34:46PM +0100, Marek Szyprowski wrote: > Add trip points and cooling maps for GPU thermal zone for Odroid > XU3/XU4/HC1 boards. Trip points are based on the CPU thermal zone for the > those boards. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > arch/arm/boot/dts/exynos5422-odroidhc1.dts | 32 ++++++++++ > .../boot/dts/exynos5422-odroidxu3-common.dtsi | 59 +++++++++++++++++++ > 2 files changed, 91 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5422-odroidhc1.dts b/arch/arm/boot/dts/exynos5422-odroidhc1.dts > index f163206265bb..8f38ef5bff55 100644 > --- a/arch/arm/boot/dts/exynos5422-odroidhc1.dts > +++ b/arch/arm/boot/dts/exynos5422-odroidhc1.dts > @@ -215,6 +215,38 @@ > }; > }; > }; > + gpu_thermal: gpu-thermal { > + thermal-sensors = <&tmu_gpu 0>; > + polling-delay-passive = <250>; > + polling-delay = <0>; These should not be needed - you do not add more than 4 thermal zones. Best regards, Krzysztof