Add support for Vybrid variant of this IP block

Signed-off-by: Andrey Smirnov <[email protected]>
---
 drivers/net/fec_imx.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/fec_imx.c b/drivers/net/fec_imx.c
index 1be5b9d..e2b25fe 100644
--- a/drivers/net/fec_imx.c
+++ b/drivers/net/fec_imx.c
@@ -870,6 +870,9 @@ static __maybe_unused struct of_device_id imx_fec_dt_ids[] 
= {
                .compatible = "fsl,imx6sx-fec",
                .data = (void *)FEC_TYPE_IMX6,
        }, {
+               .compatible = "fsl,mvf600-fec",
+               .data = (void *)FEC_TYPE_IMX6,
+       }, {
                /* sentinel */
        }
 };
-- 
2.5.5


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to