diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2014-03-28 17:25:51 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-14 10:22:37 +0800 |
commit | 54e8eaeec1227a024373e37315770cc79d69917b (patch) | |
tree | d553e5177917dc2f3f8442d2963b22b34252fffe /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | 7b6b2f4bf76e72d0599bd0d4ca1c850f8308d50f (diff) | |
download | talos-obmc-linux-54e8eaeec1227a024373e37315770cc79d69917b.tar.gz talos-obmc-linux-54e8eaeec1227a024373e37315770cc79d69917b.zip |
ARM: dts: imx: drop invalid size and address cells properties
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index e27408f5371f..2d04a5185fe9 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -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>; |