]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: vybrid: drop address and size cells from GIC node
authorLucas Stach <l.stach@pengutronix.de>
Fri, 11 Apr 2014 14:59:38 +0000 (16:59 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Mon, 14 Apr 2014 02:22:39 +0000 (10:22 +0800)
This is likely a copy-and-paste error from the
ARM GIC documentation, that has already been fixed.

address-cells should have been set to 0, as with the size
cells. As having those properties set to 0 is the
same thing as not specifying them, drop them completely.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/vf610.dtsi

index 8048733676693de212e505aeae15ae5ad020c01c..bb78e901ed5dad87e7f9a5321fa0e338b365816c 100644 (file)
@@ -72,8 +72,6 @@
                        intc: interrupt-controller@40002000 {
                                compatible = "arm,cortex-a9-gic";
                                #interrupt-cells = <3>;
-                               #address-cells = <1>;
-                               #size-cells = <1>;
                                interrupt-controller;
                                reg = <0x40003000 0x1000>,
                                      <0x40002100 0x100>;