commit | 25de8a8d0fd41059a884cb6f5b5032e01bdf8be2 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon May 30 10:43:11 2016 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Apr 06 12:52:45 2020 +0200 |
tree | bc9e3522d3dceadf2190da253ac0cd873bdd7fbd | |
parent | 88f0dc32a7c9510999325f206a0f479a226337d7 [diff] |
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>