Commit eb03f280 authored by Rob Herring's avatar Rob Herring Committed by Olof Johansson
Browse files

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: default avatarRob Herring <rob.herring@calxeda.com>
Tested-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 9e7bcbe8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@
				#interrupt-cells = <2>;
				compatible = "atmel,at91rm9200-aic";
				interrupt-controller;
				interrupt-parent;
				reg = <0xfffff000 0x200>;
			};

+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
				#interrupt-cells = <2>;
				compatible = "atmel,at91rm9200-aic";
				interrupt-controller;
				interrupt-parent;
				reg = <0xfffff000 0x200>;
			};

+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@
				#interrupt-cells = <2>;
				compatible = "atmel,at91rm9200-aic";
				interrupt-controller;
				interrupt-parent;
				reg = <0xfffff000 0x200>;
			};

+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
			#interrupt-cells = <3>;
			#address-cells = <1>;
			interrupt-controller;
			interrupt-parent;
			reg = <0xa0411000 0x1000>,
			      <0xa0410100 0x100>;
		};
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@
			#size-cells = <0>;
			#address-cells = <1>;
			interrupt-controller;
			interrupt-parent;
			reg = <0xfff11000 0x1000>,
			      <0xfff10100 0x100>;
		};