diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2014-03-28 12:25:51 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-13 22:22:37 -0400 |
commit | 54e8eaeec1227a024373e37315770cc79d69917b (patch) | |
tree | d553e5177917dc2f3f8442d2963b22b34252fffe /arch/arm/boot | |
parent | 7b6b2f4bf76e72d0599bd0d4ca1c850f8308d50f (diff) |
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')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 2 |
2 files changed, 0 insertions, 4 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 @@ | |||
48 | intc: interrupt-controller@00a01000 { | 48 | intc: interrupt-controller@00a01000 { |
49 | compatible = "arm,cortex-a9-gic"; | 49 | compatible = "arm,cortex-a9-gic"; |
50 | #interrupt-cells = <3>; | 50 | #interrupt-cells = <3>; |
51 | #address-cells = <1>; | ||
52 | #size-cells = <1>; | ||
53 | interrupt-controller; | 51 | interrupt-controller; |
54 | reg = <0x00a01000 0x1000>, | 52 | reg = <0x00a01000 0x1000>, |
55 | <0x00a00100 0x100>; | 53 | <0x00a00100 0x100>; |
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 3cb4941afeef..d92df0ab02e4 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi | |||
@@ -68,8 +68,6 @@ | |||
68 | intc: interrupt-controller@00a01000 { | 68 | intc: interrupt-controller@00a01000 { |
69 | compatible = "arm,cortex-a9-gic"; | 69 | compatible = "arm,cortex-a9-gic"; |
70 | #interrupt-cells = <3>; | 70 | #interrupt-cells = <3>; |
71 | #address-cells = <1>; | ||
72 | #size-cells = <1>; | ||
73 | interrupt-controller; | 71 | interrupt-controller; |
74 | reg = <0x00a01000 0x1000>, | 72 | reg = <0x00a01000 0x1000>, |
75 | <0x00a00100 0x100>; | 73 | <0x00a00100 0x100>; |