[PATCH v14 13/15] arm64: dts: ls1088ardb: Remove aquantia interrupt

Sean Anderson sean.anderson at seco.com
Thu Apr 13 09:06:05 PDT 2023


On my board I have never been able to get this interrupt to work. As
such, the link does not come up. To fix this, remove the interrupt,
forcing polling mode. It has been reported that this interrupt works on
other boards. However, switching to polling will only result in a modest
decrease in link up/down delay (.5s on average).

Signed-off-by: Sean Anderson <sean.anderson at seco.com>
---

(no changes since v13)

Changes in v13:
- Split interrupt changes off from serdes support

 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
index ee8e932628d1..391c2b8afa81 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
@@ -128,7 +128,6 @@ &emdio2 {
 
 	mdio2_aquantia_phy: ethernet-phy at 0 {
 		compatible = "ethernet-phy-ieee802.3-c45";
-		interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>;
 		reg = <0x0>;
 	};
 };
-- 
2.35.1.1320.gc452695387.dirty




More information about the linux-arm-kernel mailing list