arm64: dts: lx2160ardb: update PHY nodes with IRQ information
authorIoana Ciornei <ioana.ciornei@nxp.com>
Tue, 15 Jun 2021 16:03:35 +0000 (19:03 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 14 Aug 2021 04:39:27 +0000 (12:39 +0800)
Update the DTS nodes for both the AR8035 and the AQR107 PHYs in order 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-lx2160a-rdb.dts

index 5dbf274..028ff80 100644 (file)
@@ -65,6 +65,7 @@
        rgmii_phy1: ethernet-phy@1 {
                /* AR8035 PHY */
                compatible = "ethernet-phy-id004d.d072";
+               interrupts-extended = <&extirq 4 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x1>;
                eee-broken-1000t;
        };
@@ -72,6 +73,7 @@
        rgmii_phy2: ethernet-phy@2 {
                /* AR8035 PHY */
                compatible = "ethernet-phy-id004d.d072";
+               interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x2>;
                eee-broken-1000t;
        };
        aquantia_phy1: ethernet-phy@4 {
                /* AQR107 PHY */
                compatible = "ethernet-phy-ieee802.3-c45";
+               interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x4>;
        };
 
        aquantia_phy2: ethernet-phy@5 {
                /* AQR107 PHY */
                compatible = "ethernet-phy-ieee802.3-c45";
+               interrupts-extended = <&extirq 3 IRQ_TYPE_LEVEL_LOW>;
                reg = <0x5>;
        };
 };