Re: [PATCH v2a 1/2] dt: Document a compatible entry for MDIO ethernet Phys

2014-03-20 Thread David Miller
From: Jason Gunthorpe Date: Wed, 19 Mar 2014 16:15:23 -0600 > This describes a compatible entry of the form: > ethernet-phy-id, > Which is modelled after the PCI structured compatible entry > (pci,...RR) > > If present the OF core will be able to use this information to

Re: [PATCH v2a 1/2] dt: Document a compatible entry for MDIO ethernet Phys

2014-03-20 Thread Jason Gunthorpe
On Thu, Mar 20, 2014 at 09:26:28AM +0100, Ben Dooks wrote: > >+ If the phy's identifier is known then the list may contain an entry > >+ of the form: "ethernet-phy-id." where > >+ - The value of the 16 bit Phy Identifier 1 register as > >+4 hex digits. This is the ch

Re: [PATCH v2a 1/2] dt: Document a compatible entry for MDIO ethernet Phys

2014-03-20 Thread Ben Dooks
On 19/03/14 23:15, Jason Gunthorpe wrote: This describes a compatible entry of the form: ethernet-phy-id, Which is modelled after the PCI structured compatible entry (pci,...RR) If present the OF core will be able to use this information to directly create the correct

[PATCH v2a 1/2] dt: Document a compatible entry for MDIO ethernet Phys

2014-03-19 Thread Jason Gunthorpe
This describes a compatible entry of the form: ethernet-phy-id, Which is modelled after the PCI structured compatible entry (pci,...RR) If present the OF core will be able to use this information to directly create the correct phy without auto probing the bus. Signed-off