diff mbox series

[net-next,4/5] mips: dts: realtek: Add switch interrupts

Message ID 20250209234751.460404-5-chris.packham@alliedtelesis.co.nz (mailing list archive)
State Superseded
Headers show
Series dt-bindings: net: realtek,rtl9301-switch | expand

Commit Message

Chris Packham Feb. 9, 2025, 11:47 p.m. UTC
Add interrupts for the rtl9301-switch.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 arch/mips/boot/dts/realtek/rtl930x.dtsi | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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>;