Home
last modified time | relevance | path

Searched hist:"1 fabbd074e8fb0315901c2e0ba04ca2519a5bb6f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c1fabbd074e8fb0315901c2e0ba04ca2519a5bb6f Thu Feb 16 14:26:06 UTC 2017 Stefan Roese <sr@denx.de> 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>