From b403366153a89871b59f503acd1f8cae22f72390 Mon Sep 17 00:00:00 2001 From: deooi Date: Mon, 5 Jan 2026 16:18:32 +0800 Subject: [PATCH] Experiment with interrupts --- arch/arm/boot/dts/xilinx/ni-bluefin.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm/boot/dts/xilinx/ni-bluefin.dts b/arch/arm/boot/dts/xilinx/ni-bluefin.dts index 05be6fe3fd902..848bc0d8a20ca 100644 --- a/arch/arm/boot/dts/xilinx/ni-bluefin.dts +++ b/arch/arm/boot/dts/xilinx/ni-bluefin.dts @@ -81,6 +81,10 @@ &mdio0 { #address-cells = <1>; #size-cells = <0>; + interrupt-parent = <&intc>; + interrupts = <45 IRQ_TYPE_LEVEL_LOW>; + interrupt-controller; + #interrupt-cells = <2>; switch: switch@0 { compatible = "marvell,mv88e6085"; @@ -118,18 +122,14 @@ mdio { swphy1: ethernet-phy@11 { reg = <0x11>; + interrupt-parent = <&switch0>; + interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; }; swphy2: ethernet-phy@12 { reg = <0x12>; - }; - - swphy3: ethernet-phy@13 { - reg = <0x13>; - }; - - swphy4: ethernet-phy@14 { - reg = <0x14>; + interrupt-parent = <&switch0>; + interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; }; }; };