arm64: dts: ti: k3-am65: Relocate thermal-zones to SoC specific location
authorNishanth Menon <nm@ti.com>
Thu, 16 Sep 2021 18:18:01 +0000 (13:18 -0500)
committerNishanth Menon <nm@ti.com>
Mon, 20 Sep 2021 18:51:10 +0000 (13:51 -0500)
When commit 64f9147d914d ("arm64: dts: ti: am654: Add thermal
zones") introduced thermal-zones for am654, it defined as under the
common am65-wakeup bus segment, when it is am654 specific (other SoC
spins can have slightly different thermal characteristics). Futher,
thermal-zones is introduced under simple-bus node, when it has no
actual register or base address.

So, move it to it's rightful place under am654 SoC dtsi under the base
node.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Link: https://lore.kernel.org/r/20210916181801.32588-1-nm@ti.com
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
arch/arm64/boot/dts/ti/k3-am654.dtsi

index 9d21cdf6fce8fa8daef39dfa92cb19ef67bd784c..9c69d0917f69ac9c77d2230ce9a88c114e135138 100644 (file)
                power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
                #thermal-sensor-cells = <1>;
        };
-
-       thermal_zones: thermal-zones {
-               #include "k3-am654-industrial-thermal.dtsi"
-       };
 };
index f0a6541b80428afbc4e3cfb2b708472e4714be2f..a8925790004711df14d12a2f5c8ee93678027e6f 100644 (file)
                compatible = "cache";
                cache-level = <3>;
        };
+
+       thermal_zones: thermal-zones {
+               #include "k3-am654-industrial-thermal.dtsi"
+       };
 };