View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006601 | fsimx_Linux | Ethernet | public | 2025-01-28 10:18 | 2025-01-28 10:20 |
Reporter | gerbach | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | new | Resolution | open | ||
Product Version | fsimx8mm-Y2020.06 | ||||
Target Version | fsimx8m-next | ||||
Summary | 0006601: [PCore8MM] The Atheros ethernet PHY sometimes loses link without reason | ||||
Description | https://forum.fs-net.de/index.php?thread/4922-ethernet-issue/ | ||||
Forum Link | |||||
|
The PicoCorreMX8MM uses poll to get the link status. With switching to interrupt GPIO the issue does not seem tooccur anymore. arch/arm64/boot/dts/F+S/picocoremx8mm-lpddr4.dts : ethphy0: ethernet-phy@0 { compatible = "ethernet-phy-ieee802.3-c22"; reg = <4>; interrupt-parent = <&gpio1>; interrupts = <4 0>; reset-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>; reset-assert-us = <10000>; reset-deassert-us = <80000>; qca,disable-smarteee; }; |