Skip to content

Commit

Permalink
ipq40xx: fix FRITZRepeater 1200 RGMII delay
Browse files Browse the repository at this point in the history
When the AVM FRITZ!Repeater 1200 was introduced on Kernel 4.19, the
at803x PHY driver incorrectly set up the delays, not disabling delays
set by the bootloader.

The PHY was always operating with RX as well as TX delays enabled, but
with kernel 5.4 and later, the required TX delay is disabled, breaking
ethernet operation.

Correct the PHY mode, so the driver enables both delays.

Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron committed Jul 17, 2021
1 parent 0f49937 commit f9d1828
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@

edma@c080000 {
status = "okay";
phy-mode = "rgmii-rxid";
phy-mode = "rgmii-id";
qcom,num_gmac = <1>;
qcom,single-phy;
};
Expand Down

0 comments on commit f9d1828

Please sign in to comment.