]> git.sur5r.net Git - u-boot/commit
drivers: net: cpsw: Add reading of DT phy-handle node
authorDan Murphy <dmurphy@ti.com>
Mon, 2 May 2016 20:45:56 +0000 (15:45 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 24 May 2016 16:42:04 +0000 (11:42 -0500)
commitcb3862277b73b57ade3774b8fa684d3d7c324ba3
treebbf9dfb62df781903146ff3984e9520efc2f750e
parent641b936fa5ba4f07d8400bd3bc0540f4ad64eeb7
drivers: net: cpsw: Add reading of DT phy-handle node

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 <dmurphy@ti.com>
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/cpsw.c
include/cpsw.h