]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: dsa: mv88e6xxx: Don't forbid MDIO I/Os for PHY addr >= num_of_ports
authorRomain Perier <romain.perier@free-electrons.com>
Mon, 30 Jan 2017 19:29:33 +0000 (20:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jan 2017 21:50:56 +0000 (16:50 -0500)
commit891daf49b0f6e900af6bde51e2dc2cbc72b83f4e
treec3ece580aad9d789166579fe7cafacc9f4199d4f
parentcdaf25dfc058ee6f7a7b2e2353de00fa288c0cd4
net: dsa: mv88e6xxx: Don't forbid MDIO I/Os for PHY addr >= num_of_ports

Some Marvell ethernet switches have internal ethernet transceivers with
hardcoded phy addresses. These addresses can be greater than the number
of ports or its value might be different than the associated port number.
This is for example the case for MV88E6341 that has 6 ports and internal
Port 1 to Port4 PHYs mapped at SMI addresses from 0x11 to 0x14.

This commits fixes the issue by removing the condition in MDIO callbacks.

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c