Skip to content

Commit 68bb271

Browse files
cpackham-atlnzNipaLocal
authored and
NipaLocal
committed
mips: dts: realtek: Add switch interrupts
Add interrupts for the rtl9301-switch. Signed-off-by: Chris Packham <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent 1cdb07d commit 68bb271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/mips/boot/dts/realtek/rtl930x.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
switch0: switch@1b000000 {
3434
compatible = "realtek,rtl9301-switch", "syscon", "simple-mfd";
3535
reg = <0x1b000000 0x10000>;
36+
interrupt-parent = <&intc>;
37+
interrupts = <23>, <24>;
38+
interrupt-names = "switch", "nic";
3639
#address-cells = <1>;
3740
#size-cells = <1>;
3841

0 commit comments

Comments
 (0)