Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mips: dts: realtek: Add SoC IRQ node for RTL838x

Add the SoC interrupt controller so other components can link to it.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Sander Vanheule and committed by
Thomas Bogendoerfer
8e644816 045cbcc4

+10
+10
arch/mips/boot/dts/realtek/rtl838x.dtsi
··· 73 73 74 74 status = "disabled"; 75 75 }; 76 + 77 + intc: interrupt-controller@3000 { 78 + compatible = "realtek,rtl8380-intc", "realtek,rtl-intc"; 79 + reg = <0x3000 0x20>; 80 + interrupt-controller; 81 + #interrupt-cells = <1>; 82 + 83 + interrupt-parent = <&cpuintc>; 84 + interrupts = <2>, <3>, <4>, <5>, <6>; 85 + }; 76 86 }; 77 87 };