diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-04-12 10:17:28 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-04-14 17:46:46 -0700 |
commit | eb03f28002c3dc96cbb8d3869df2d8aef3ef3b01 (patch) | |
tree | e9c93f1a0ab4ae82d781b6466e6d0d1dcfb9af84 /arch/arm/boot/dts/at91sam9g20.dtsi | |
parent | 9e7bcbe8be1088ce53998db477c938818f9ace36 (diff) |
ARM: dts: remove blank interrupt-parent properties
These were incorrectly introduced and can cause problems for of_irq_init.
The correct way to define a root controller is no interrupt-parent set at
all or the interrupt-parent is set to the root controller itself when
inherited from a parent node.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Tested-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g20.dtsi index 799ad1889b51..773ef484037a 100644 --- a/arch/arm/boot/dts/at91sam9g20.dtsi +++ b/arch/arm/boot/dts/at91sam9g20.dtsi @@ -55,7 +55,6 @@ #interrupt-cells = <2>; compatible = "atmel,at91rm9200-aic"; interrupt-controller; - interrupt-parent; reg = <0xfffff000 0x200>; }; |