From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Thu, 21 Apr 2016 11:29:28 +0530 Subject: [U-Boot] [PATCH v6 1/7] drivers: net: cpsw: Add reading of DT phy-handle node In-Reply-To: <1460723242-20805-1-git-send-email-dmurphy@ti.com> References: <1460723242-20805-1-git-send-email-dmurphy@ti.com> Message-ID: <57186C40.9050207@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday 15 April 2016 05:57 PM, Dan Murphy wrote: > Add the ability to read the phy-handle node of the > cpsw slave. 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: Dan Murphy Tested this on dra72 rev C evm Tested-by: Mugunthan V N Regards Mugutnhan V N