On 2017-10-16 14:32, Andrew Lunn wrote:
On Mon, Oct 16, 2017 at 12:45:25PM +0200, Martin Hundebøll wrote:
When configuring a switch port to use an external phy, the phy is
connected to external switch MII bus:
So this is a 6390?
6390X
So this used to work. I have a 10G phy connected to the external MII
bus on a 6390. I wonder when this got broken? Supporting phy-handle is
old code, so when i added the external MII i don't think i needed to
change any generic code.
I had debug printing verifying that the external phy got registered with
mdiobus_register_device(), and that dsa_slave_phy_connect() looked in
the wrong mdio_map[].
// Martin