Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f6344fa authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: integrator: pass parent IRQ to the SIC



The SIC is cascaded off the PIC, so specify this in the device tree.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent bdd272cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -47,8 +47,11 @@
		valid-mask = <0x00000007>;
	};

	/* The SIC is cascaded off IRQ 26 on the PIC */
	sic: sic@ca000000 {
		compatible = "arm,versatile-fpga-irq";
		interrupt-parent = <&pic>;
		interrupts = <26>;
		#interrupt-cells = <1>;
		interrupt-controller;
		reg = <0xca000000 0x100>;