Add interrupts for the rtl9301-switch. Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> --- arch/mips/boot/dts/realtek/rtl930x.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/mips/boot/dts/realtek/rtl930x.dtsi b/arch/mips/boot/dts/realtek/rtl930x.dtsi index 17577457d159..beb5ab41cb64 100644 --- a/arch/mips/boot/dts/realtek/rtl930x.dtsi +++ b/arch/mips/boot/dts/realtek/rtl930x.dtsi @@ -33,6 +33,9 @@ lx_clk: clock-175mhz { switch0: switch@1b000000 { compatible = "realtek,rtl9301-switch", "syscon", "simple-mfd"; reg = <0x1b000000 0x10000>; + interrupt-parent = <&intc>; + interrupts = <23>, <24>; + interrupt-names = "switch", "nic"; #address-cells = <1>; #size-cells = <1>; -- 2.48.1