net: zynq-gem: Setup and use mdio base separately
authorMichal Simek <michal.simek@xilinx.com>
Mon, 30 May 2016 08:43:11 +0000 (10:43 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Apr 2020 10:52:45 +0000 (12:52 +0200)
commit25de8a8d0fd41059a884cb6f5b5032e01bdf8be2
treebc9e3522d3dceadf2190da253ac0cd873bdd7fbd
parent88f0dc32a7c9510999325f206a0f479a226337d7
net: zynq-gem: Setup and use mdio base separately

Not all IPs have private MDIO bus and MDIO bus should be shared between
several IPs. In past one patch tried to implement it
(https://lists.denx.de/pipermail/u-boot/2018-February/319285.html)
in pretty raw way but it is not the cleanest solution.
This patch is just taking the part of that solution to be able to handle it
over releases without conflicts.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/zynq_gem.c