]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx: drop invalid size and address cells properties
authorLucas Stach <l.stach@pengutronix.de>
Fri, 28 Mar 2014 16:25:51 +0000 (17:25 +0100)
committerShawn Guo <shawn.guo@freescale.com>
Mon, 14 Apr 2014 02:22:37 +0000 (10:22 +0800)
Those two properties should have been set to zero, which
is the same as not specifying them.

Having address-cells set to 1 causes OF interrupt
mapping routines to add 1 to the interrupt-cells
property and as result fail because all calculations
are off by one.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6qdl.dtsi
arch/arm/boot/dts/imx6sl.dtsi

index e27408f5371fa97b65bfc6b83f30cbaa48e462d3..2d04a5185fe9270ca66b733d89e04d5a315aa0c3 100644 (file)
@@ -48,8 +48,6 @@
        intc: interrupt-controller@00a01000 {
                compatible = "arm,cortex-a9-gic";
                #interrupt-cells = <3>;
-               #address-cells = <1>;
-               #size-cells = <1>;
                interrupt-controller;
                reg = <0x00a01000 0x1000>,
                      <0x00a00100 0x100>;
index 3cb4941afeef9ab6cb121b4271d78c522ff771f8..d92df0ab02e4281bbb6fe0ea3945d0273692e728 100644 (file)
@@ -68,8 +68,6 @@
        intc: interrupt-controller@00a01000 {
                compatible = "arm,cortex-a9-gic";
                #interrupt-cells = <3>;
-               #address-cells = <1>;
-               #size-cells = <1>;
                interrupt-controller;
                reg = <0x00a01000 0x1000>,
                      <0x00a00100 0x100>;