]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: zynq: Add support for different PHY interface types
authorMichal Simek <michal.simek@xilinx.com>
Wed, 7 Oct 2015 14:42:56 +0000 (16:42 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Nov 2015 12:09:21 +0000 (13:09 +0100)
commit16ce6de87ecddc73943cd192195bb20148e80622
treec9b9f9f9790b240541a9947eaafb4d4ef71ff41f
parent198e9a4fe99a9c2174f1ee332d602b3c94b4a8e6
net: zynq: Add support for different PHY interface types

MII is setup by default for all cases. The most of boards are using
RGMII but PHY drivers are not doing any specific setting that's why MII
setting was working fine. With TI DP83867 is necessary to setup
paramaters based on interface type.

Use one setting per board for it which is something what will be removed
when driver is moved to DM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/zynq_gem.c