On 10/26/2016 10:47 AM, Jason Gunthorpe wrote: > The MAC is capable of RGMII mode and that is probably a more typical > connection type than GMII today (eg it is used by Marvell Reference > designs for several SOCs). Let DT users specify the standard > > phy-connection-type = "rgmii-id"; > > On a phy node. > > Signed-off-by: Jason Gunthorpe <jguntho...@obsidianresearch.com>
Took a little while to understand the re-ordering of SET_NETDEV_DEV() to come earlier was necessary to access mp->dev->dev.parent. Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian