
Hi Lukasz
On Sun, 2019-02-03 at 00:02 +0100, Lukasz Majewski wrote:
The NXP's FEC driver can be reused on vf610 device (with DM).
Signed-off-by: Lukasz Majewski lukma@denx.de Reviewed-by: Stefan Agner stefan.agner@toradex.com
Changes in v3: None Changes in v2: None
drivers/net/fec_mxc.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index 1a59026a62..5ff49224f4 100644 --- a/drivers/net/fec_mxc.c +++ b/drivers/net/fec_mxc.c @@ -1486,6 +1486,7 @@ static const struct udevice_id fecmxc_ids[] = { { .compatible = "fsl,imx6ul-fec" }, { .compatible = "fsl,imx53-fec" }, { .compatible = "fsl,imx7d-fec" },
- { .compatible = "fsl,mvf600-fec" }, { }
};
For some reason while the FEC prior to DM was rock solid on Vybrid with DM it at times only sends stuff but refuses to receive packets. Do you recall having any such issues? Could it have to do with us using FEC1 by default rather than FEC0? But then at times it works just fine again which is rather strange...
Cheers
Marcel