commit | bedfe3248efd070acd97d44d8c58cf82d7ebe7c4 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Mon Jun 02 02:13:03 2008 +0200 |
committer | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Jun 12 08:40:39 2008 +0200 |
tree | 4c5733c282c9c4b57719307cf4d3b298b980339a | |
parent | 12e4ab79cd828563dc090d2117dc8626b344bc8f [diff] |
mv643xx_eth: add PHY-less mode On some boards, the mv643xx_eth MAC isn't connected to a PHY but directly (via the MII/GMII/RGMII interface) to another MAC-layer device. This patch allows specifying ->phy_addr = -1 to skip all PHY-related initialisation and run-time poking in that case. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Dale Farnsworth <dale@farnsworth.org>