arm64: dts: ls2088ardb: update PHY nodes with IRQ information
authorIoana Ciornei <ioana.ciornei@nxp.com>
Tue, 15 Jun 2021 16:03:36 +0000 (19:03 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 14 Aug 2021 04:39:27 +0000 (12:39 +0800)
Update the DTS nodes corresponding to the 4 10GBASE-R PHYs to describe
their IRQ lines.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts

index 60563917be444d353092c14a1206c34870d4cf70..3e4e857db13fa7bf42c00171a014aa7b30035f7c 100644 (file)
 
        mdio2_phy1: ethernet-phy@0 {
                compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
+               interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x0>;
        };
 
        mdio2_phy2: ethernet-phy@1 {
                compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
+               interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x1>;
        };
 
        mdio2_phy3: ethernet-phy@2 {
                compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
+               interrupts-extended = <&extirq 4 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x2>;
        };
 
        mdio2_phy4: ethernet-phy@3 {
                compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
+               interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x3>;
        };
 };