From 1931e4ccb9dcfd1b45508ba59d20fa25175914a0 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 19 Jun 2025 13:07:52 +1200 Subject: [PATCH] mips: dts: realtek: Add switch interrupts Add interrupts for the rtl9301-switch. Signed-off-by: Chris Packham Signed-off-by: Thomas Bogendoerfer --- arch/mips/boot/dts/realtek/rtl930x.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/mips/boot/dts/realtek/rtl930x.dtsi b/arch/mips/boot/dts/realtek/rtl930x.dtsi index 101bab72a95f4..74b30704f188b 100644 --- a/arch/mips/boot/dts/realtek/rtl930x.dtsi +++ b/arch/mips/boot/dts/realtek/rtl930x.dtsi @@ -48,6 +48,10 @@ #address-cells = <1>; #size-cells = <1>; + interrupt-parent = <&intc>; + interrupts = <23>, <24>; + interrupt-names = "switch", "nic"; + reboot@c { compatible = "syscon-reboot"; reg = <0x0c 0x4>; -- 2.47.3