提交 67157882 编写于 作者: L Lucas Stach 提交者: Shawn Guo

ARM: dts: imx6qdl: move GIC to right location in DT

No functional change, just moving the node to the place where it
belongs according to its unit address.
Signed-off-by: NLucas Stach <l.stach@pengutronix.de>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 41beef39
...@@ -48,15 +48,6 @@ ...@@ -48,15 +48,6 @@
usbphy1 = &usbphy2; usbphy1 = &usbphy2;
}; };
intc: interrupt-controller@00a01000 {
compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;
reg = <0x00a01000 0x1000>,
<0x00a00100 0x100>;
interrupt-parent = <&intc>;
};
clocks { clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -156,6 +147,15 @@ ...@@ -156,6 +147,15 @@
clocks = <&clks IMX6QDL_CLK_TWD>; clocks = <&clks IMX6QDL_CLK_TWD>;
}; };
intc: interrupt-controller@00a01000 {
compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;
reg = <0x00a01000 0x1000>,
<0x00a00100 0x100>;
interrupt-parent = <&intc>;
};
L2: l2-cache@00a02000 { L2: l2-cache@00a02000 {
compatible = "arm,pl310-cache"; compatible = "arm,pl310-cache";
reg = <0x00a02000 0x1000>; reg = <0x00a02000 0x1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册