From 39e7c252a28a5a42ebab5328631d5edc0efd9a79 Mon Sep 17 00:00:00 2001 From: Ioana Ciornei Date: Thu, 22 Apr 2021 12:41:33 +0300 Subject: [PATCH] arm64: dts: lx2160ardb: add interrupts to AQR107 Signed-off-by: Ioana Ciornei --- arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts index 860eb83bc5b7..5f7659bac07c 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts @@ -93,12 +93,14 @@ aquantia_phy1: ethernet-phy@4 { /* AQR107 PHY */ compatible = "ethernet-phy-ieee802.3-c45"; + interrupts = ; reg = <0x4>; }; aquantia_phy2: ethernet-phy@5 { /* AQR107 PHY */ compatible = "ethernet-phy-ieee802.3-c45"; + interrupts = ; reg = <0x5>; }; }; -- 2.17.1