diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-07 16:24:20 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-16 18:51:01 +0300 |
commit | fe57ff5365c9aef12e80ee51e38d0ea6bb17b255 (patch) | |
tree | 6803cfee60491f88383563c0ba278a54267cca86 /arch/arm64/boot/dts/nvidia/tegra210.dtsi | |
parent | fce5d0731616549b9fc2c992b5896f7717fffdd4 (diff) | |
download | linux-fe57ff5365c9aef12e80ee51e38d0ea6bb17b255.tar.xz |
arm64: tegra: Rename thermal zones nodes
The DT schema requires that nodes representing thermal zones include a
"-thermal" suffix in their name.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra210.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi index ccdc0dec4e59..af9237ad03c1 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi @@ -1981,7 +1981,7 @@ }; thermal-zones { - cpu { + cpu-thermal { polling-delay-passive = <1000>; polling-delay = <0>; @@ -2010,7 +2010,7 @@ }; }; - mem { + mem-thermal { polling-delay-passive = <0>; polling-delay = <0>; @@ -2056,7 +2056,7 @@ }; }; - gpu { + gpu-thermal { polling-delay-passive = <1000>; polling-delay = <0>; @@ -2085,7 +2085,7 @@ }; }; - pllx { + pllx-thermal { polling-delay-passive = <0>; polling-delay = <0>; |