]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: mediatek: mt8192: Fix GPU thermal zone name for SVS
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 10 Apr 2024 08:30:01 +0000 (10:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2024 06:59:24 +0000 (08:59 +0200)
[ Upstream commit 86beeec5dd2b8e28217f67815a3fb15752031667 ]

This SoC has two GPU related thermal zones: the primary zone must be
called "gpu-thermal" for SVS to pick it up.

Fixes: c7a728051f4e ("arm64: dts: mediatek: mt8192: Add thermal nodes and thermal zones")
Link: https://lore.kernel.org/r/20240410083002.1357857-3-angelogioacchino.delregno@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/mediatek/mt8192.dtsi

index 84cbdf6e9eb0ca06b0187d14ab0c251ca1a9ef05..47dea10dd3b8b1e424f4d10fe5600a7e27cd4828 100644 (file)
                        };
                };
 
-               gpu0-thermal {
+               gpu-thermal {
                        polling-delay = <1000>;
                        polling-delay-passive = <250>;
                        thermal-sensors = <&lvts_ap MT8192_AP_GPU0>;