[U-Boot] [PATCH v2 08/11] drivers: net: designware: Add reading of DT phy-handle node

2018-07-18 Thread Janine Hagemann
Add the ability to read the phy-handle node of the gmac. Upon reading this handle the phy-id can be stored based on the reg node in the DT. The phy-handle also needs to be stored and passed to the phy to access any phy data that is available. Signed-off-by: Janine Hagemann --- v2: No changes --

Re: [U-Boot] [PATCH v2 08/11] drivers: net: designware: Add reading of DT phy-handle node

2018-07-26 Thread Joe Hershberger
On Wed, Jul 18, 2018 at 3:46 AM, Janine Hagemann wrote: > Add the ability to read the phy-handle node of the > gmac. Upon reading this handle the phy-id > can be stored based on the reg node in the DT. > > The phy-handle also needs to be stored and passed > to the phy to access any phy data that

Re: [U-Boot] [PATCH v2 08/11] drivers: net: designware: Add reading of DT phy-handle node

2018-07-26 Thread Grygorii Strashko
On 07/18/2018 03:46 AM, Janine Hagemann wrote: > Add the ability to read the phy-handle node of the > gmac. Upon reading this handle the phy-id > can be stored based on the reg node in the DT. > > The phy-handle also needs to be stored and passed > to the phy to access any phy data that is avai