Commit 8b880293 authored by Mark Walton's avatar Mark Walton Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Add #interrupt-cells property to gpio controllers



Allows the GPIO controller to be used as an interrupt parent.

of_irq_find_parent() skips interrupt controller nodes that do
not have the #interrupt-cells property.

Signed-off-by: default avatarMark Walton <mark.walton@serialtek.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 80baf890
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@
				gpio-ranges = <&pinctrl 0 0 220>;
				clocks = <&syscon ASPEED_CLK_APB>;
				interrupt-controller;
				#interrupt-cells = <2>;
			};

			timer: timer@1e782000 {
+1 −0
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@
				gpio-ranges = <&pinctrl 0 0 220>;
				clocks = <&syscon ASPEED_CLK_APB>;
				interrupt-controller;
				#interrupt-cells = <2>;
			};

			timer: timer@1e782000 {