Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a2f27217 authored by Manuel Lauss's avatar Manuel Lauss Committed by David S. Miller
Browse files

net: au1000_eth: fix PHY detection

Commit 7f854420


("phy: Add API for {un}registering an mdio device to a bus.")
broke PHY detection on this driver with a copy-paste bug:
The code is looking 32 times for a PHY at address 0.

Fixes ethernet on AMD DB1100/DB1500/DB1550 boards which have
their (autodetected) PHYs at address 31.

Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarManuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a4b42ab3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment