ARM: tegra: Rename thermal zone nodes
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 10:14:33 +0000 (11:14 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Dec 2021 15:07:42 +0000 (16:07 +0100)
The DT schema requires that nodes representing thermal zones include a
"-thermal" suffix in their name.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
arch/arm/boot/dts/tegra124-apalis.dtsi
arch/arm/boot/dts/tegra124-jetson-tk1.dts
arch/arm/boot/dts/tegra124.dtsi

index b952b272afc000a28577d21b80333534fcc35fe9..f5440ae14cb4e7f107d32c16b19853ec19d12407 100644 (file)
        };
 
        thermal-zones {
-               cpu {
+               cpu-thermal {
                        trips {
                                cpu-shutdown-trip {
                                        temperature = <101000>;
                        };
                };
 
-               mem {
+               mem-thermal {
                        trips {
                                mem-shutdown-trip {
                                        temperature = <101000>;
                        };
                };
 
-               gpu {
+               gpu-thermal {
                        trips {
                                gpu-shutdown-trip {
                                        temperature = <101000>;
index 2b1bb4382b42467467d308d8ed6c7f335cd04cbe..1d83f2e254c582f56d65f9bc506b75c5e5a6b7ec 100644 (file)
        };
 
        thermal-zones {
-               cpu {
+               cpu-thermal {
                        trips {
                                cpu-shutdown-trip {
                                        temperature = <101000>;
                        };
                };
 
-               mem {
+               mem-thermal {
                        trips {
                                mem-shutdown-trip {
                                        temperature = <101000>;
                        };
                };
 
-               gpu {
+               gpu-thermal {
                        trips {
                                gpu-shutdown-trip {
                                        temperature = <101000>;
index e805cb2e20f495775ea8e28a0110c4fe7960e24c..28b889e4e33bbc29433a33dd14542c6073e361b4 100644 (file)
        };
 
        thermal-zones {
-               cpu {
+               cpu-thermal {
                        trips {
                                cpu-shutdown-trip {
                                        temperature = <101000>;
                        };
                };
 
-               mem {
+               mem-thermal {
                        trips {
                                mem-shutdown-trip {
                                        temperature = <101000>;
                        };
                };
 
-               gpu {
+               gpu-thermal {
                        trips {
                                gpu-shutdown-trip {
                                        temperature = <101000>;
index d0ec1a30ff54bcc6a68b52bf628eb969d267e457..752a28268024ea1e5cc0cf1c22bcbe06877d0aa4 100644 (file)
        };
 
        thermal-zones {
-               cpu {
+               cpu-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;
 
                        };
                };
 
-               mem {
+               mem-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;
 
                        };
                };
 
-               gpu {
+               gpu-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;
 
                        };
                };
 
-               pllx {
+               pllx-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;