[PATCH v2 27/28] i.MX: fec: Add support for Vybrid variant
Andrey Smirnov
andrew.smirnov at gmail.com
Wed Nov 9 08:14:15 PST 2016
Add support for Vybrid variant of this IP block
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
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
More information about the barebox
mailing list