Re: [PATCH] net: mv643xx_eth: Fetch the phy connection type from DT

2016-10-29 Thread David Miller
From: Jason Gunthorpe Date: Wed, 26 Oct 2016 11:47:02 -0600 > 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

Re: [PATCH] net: mv643xx_eth: Fetch the phy connection type from DT

2016-10-26 Thread Florian Fainelli
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"; > >

[PATCH] net: mv643xx_eth: Fetch the phy connection type from DT

2016-10-26 Thread Jason Gunthorpe
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