arm: dts: ls1028a: move the clockgen node into /soc
authorMichael Walle <michael@walle.cc>
Wed, 13 Oct 2021 16:14:04 +0000 (18:14 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 9 Nov 2021 11:48:23 +0000 (17:18 +0530)
Populate the /soc node with the first device node.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/dts/fsl-ls1028a.dtsi

index 1f562cf..54f9701 100644 (file)
                clock-output-names = "sysclk";
        };
 
-       clockgen: clocking@1300000 {
-               compatible = "fsl,ls1028a-clockgen";
-               reg = <0x0 0x1300000 0x0 0xa0000>;
-               #clock-cells = <2>;
-               clocks = <&sysclk>;
-       };
-
        gic: interrupt-controller@6000000 {
                compatible = "arm,gic-v3";
                reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
+
+               clockgen: clocking@1300000 {
+                       compatible = "fsl,ls1028a-clockgen";
+                       reg = <0x0 0x1300000 0x0 0xa0000>;
+                       #clock-cells = <2>;
+                       clocks = <&sysclk>;
+               };
        };
 };