提交 9b38ba58 编写于 作者: M Michael Walle 提交者: Priyanka Jain

arm: dts: ls1028a: move the clockgen node into /soc

Populate the /soc node with the first device node.
Signed-off-by: NMichael Walle <michael@walle.cc>
Reviewed-by: NVladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: NPriyanka Jain <priyanka.jain@nxp.com>
上级 cd80d5d9
...@@ -21,13 +21,6 @@ ...@@ -21,13 +21,6 @@
clock-output-names = "sysclk"; 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 { gic: interrupt-controller@6000000 {
compatible = "arm,gic-v3"; compatible = "arm,gic-v3";
reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */ reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
...@@ -484,5 +477,12 @@ ...@@ -484,5 +477,12 @@
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
clockgen: clocking@1300000 {
compatible = "fsl,ls1028a-clockgen";
reg = <0x0 0x1300000 0x0 0xa0000>;
#clock-cells = <2>;
clocks = <&sysclk>;
};
}; };
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册