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/highbank.dts | |
parent | 9e7bcbe8be1088ce53998db477c938818f9ace36 (diff) | |
download | blackbird-op-linux-eb03f28002c3dc96cbb8d3869df2d8aef3ef3b01.tar.gz blackbird-op-linux-eb03f28002c3dc96cbb8d3869df2d8aef3ef3b01.zip |
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/highbank.dts')
-rw-r--r-- | arch/arm/boot/dts/highbank.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts index 37c0ff9c8b90..83e72294aefb 100644 --- a/arch/arm/boot/dts/highbank.dts +++ b/arch/arm/boot/dts/highbank.dts @@ -89,7 +89,6 @@ #size-cells = <0>; #address-cells = <1>; interrupt-controller; - interrupt-parent; reg = <0xfff11000 0x1000>, <0xfff10100 0x100>; }; |