ARM: dts: imx6qdl: move GIC to right location in DT
authorLucas Stach <l.stach@pengutronix.de>
Wed, 2 Dec 2015 13:42:55 +0000 (14:42 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Dec 2015 12:43:37 +0000 (20:43 +0800)
No functional change, just moving the node to the place where it
belongs according to its unit address.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl.dtsi

index ec64bcc..41ba2d9 100644 (file)
                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 {
                #address-cells = <1>;
                #size-cells = <0>;
                        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 {
                        compatible = "arm,pl310-cache";
                        reg = <0x00a02000 0x1000>;