commit | d44bb34e97217eb7d4dd3ea049e0aa8e100a8c5a | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Sat Sep 19 16:26:48 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 14:22:22 2015 -0400 |
tree | 4f790c40770383a7ff622e6127e0b7e5c6f7dedf | |
parent | 71c899342a040ce9d73c520a3d43b2387be13f4a [diff] |
driver: net: keystone_net: fix phy mode configuration Phy mode is a board property and it can be different between multiple board and ports, so it should not be hardcoded in driver to one specific mode. So adding a field in eth_priv_t structure to pass phy mode to driver. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>