Skip to content

Commit

Permalink
apm821xx: MBL: correct phy-mode delay settings
Browse files Browse the repository at this point in the history
This came up in an upstream commit: "
b1dd9bf688b0 "net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610M"

The PHY driver entry for BCM50160 and BCM50610M calls
bcm54xx_config_init() but does not call bcm54xx_config_clock_delay() in
order to configuration appropriate clock delays on the PHY, fix that."

So the "rgmii" phy-mode has always been wrong, but went unnoticed since
the broadcom phy driver didn't push the delay settings to the chip.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
  • Loading branch information
chunkeey committed May 1, 2021
1 parent 95b210e commit df07baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/apm821xx/dts/wd-mybooklive.dts
Expand Up @@ -149,6 +149,7 @@
phy-map = <0x2>;
phy-address = <0x1>;
phy-handle = <&phy>;
phy-mode = "rgmii-id";

mdio {
#address-cells = <1>;
Expand Down

0 comments on commit df07baf

Please sign in to comment.