[PATCH 5/5] net: fec: Add imx25 compatible property
Sascha Hauer
s.hauer at pengutronix.de
Tue May 21 03:38:15 EDT 2013
The i.MX53 fec claims to be compatible to i.MX25 and i.MX53. In barebox
we do not have to make differences between i.MX25 and i.MX27 though, so
just fall back to i.MX27.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
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 1a85d15..96c4ac3 100644
--- a/drivers/net/fec_imx.c
+++ b/drivers/net/fec_imx.c
@@ -746,6 +746,9 @@ static void fec_remove(struct device_d *dev)
static __maybe_unused struct of_device_id imx_fec_dt_ids[] = {
{
+ .compatible = "fsl,imx25-fec",
+ .data = FEC_TYPE_IMX27,
+ }, {
.compatible = "fsl,imx27-fec",
.data = FEC_TYPE_IMX27,
}, {
--
1.8.2.rc2
More information about the barebox
mailing list