Re: [PATCH net-next 6/8] net: phy: Marvell: Add mv88e6390 internal PHY

2017-01-20 Thread Florian Fainelli
On 01/20/2017 03:31 PM, Andrew Lunn wrote: > The mv88e6390 Ethernet switch has internal PHYs. These PHYs don't have > an model ID in the ID2 register. So the MDIO driver in the switch > intercepts reads to this register, and returns the switch family ID. > Extend the Marvell PHY driver by including

[PATCH net-next 6/8] net: phy: Marvell: Add mv88e6390 internal PHY

2017-01-20 Thread Andrew Lunn
The mv88e6390 Ethernet switch has internal PHYs. These PHYs don't have an model ID in the ID2 register. So the MDIO driver in the switch intercepts reads to this register, and returns the switch family ID. Extend the Marvell PHY driver by including this ID, and tread the PHY as a 88E1540. Signed-o