commit | 1fabbd074e8fb0315901c2e0ba04ca2519a5bb6f | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Feb 16 15:26:06 2017 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 29 07:42:11 2017 +0200 |
tree | e342e470fd0c516a38a79f378c66b42922732ee1 | |
parent | 0a61e9ad1c9455a1ed5c31fad3f4a991271db02e [diff] |
net: mvpp2: Move probe function from MISC to ETH DM driver This patch moves the base_probe function mvpp2_base_probe() from the MISC driver to the ETH driver. When integrated in the MISC driver, probe is called too early before the U-Boot ethernet infrastructure (especially the MDIO / PHY interface) has been initialized. Resulting in errors in mdio_register(). Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>