summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
diff options
context:
space:
mode:
authorFlorin Chiculita <florinlaurentiu.chiculita@nxp.com>2019-04-04 17:44:46 +0300
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:11:04 +0800
commit2dfc5fc0eb0a555ac5e876f645ed7c92951a1176 (patch)
tree51c40c57c2df4477bd0f8fb2d1635b2b0f489c40 /arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
parentcd1a4f3c6416e93e6b67cfdcaee0ee2255a1119a (diff)
arm64: dts: lx2160a: add interrupt property for aquantia phy
Add interrupt property for Aquantia AQR107 ethernet phy, currently working in polling mode. Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
index fb380014eeab..540fbfc7f2c6 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
@@ -184,14 +184,14 @@
aquantia_phy1: ethernet-phy@4 {
/* AQR107 PHY - "compatible" property not strictly needed */
compatible = "ethernet-phy-ieee802.3-c45";
+ interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x4>;
- /* Poll mode - no "interrupts" property defined */
};
aquantia_phy2: ethernet-phy@5 {
/* AQR107 PHY - "compatible" property not strictly needed */
compatible = "ethernet-phy-ieee802.3-c45";
+ interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x5>;
- /* Poll mode - no "interrupts" property defined */
};
};