From: AngeloGioacchino Del Regno Date: Wed, 10 Apr 2024 08:30:00 +0000 (+0200) Subject: arm64: dts: mediatek: mt8195: Fix GPU thermal zone name for SVS X-Git-Tag: io_uring-6.11-20240722~96^2~33^2~44 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b2b6f2edb82a08abe8942535bc77da55a0f43e14;p=linux-block.git arm64: dts: mediatek: mt8195: Fix GPU thermal zone name for SVS This SoC has two GPU related thermal zones: the primary zone must be called "gpu-thermal" for SVS to pick it up. Fixes: 1e5b6725199f ("arm64: dts: mediatek: mt8195: Add AP domain thermal zones") Link: https://lore.kernel.org/r/20240410083002.1357857-2-angelogioacchino.delregno@collabora.com Signed-off-by: AngeloGioacchino Del Regno --- diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi index 5d8b68f86ce4..2ee45752583c 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -3880,7 +3880,7 @@ }; }; - gpu0-thermal { + gpu-thermal { polling-delay = <1000>; polling-delay-passive = <250>; thermal-sensors = <&lvts_ap MT8195_AP_GPU0>;