[U-Boot] [PATCH] dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driver
Lukasz Majewski
lukma at denx.de
Sun Apr 15 19:54:22 UTC 2018
After this change the DM FEC ETH driver can be also reused on some imx53
devices.
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
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 ff7ad91116..3dc2816da0 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -1325,6 +1325,7 @@ static int fecmxc_ofdata_to_platdata(struct udevice *dev)
static const struct udevice_id fecmxc_ids[] = {
{ .compatible = "fsl,imx6q-fec" },
+ { .compatible = "fsl,imx53-fec" },
{ }
};
--
2.11.0
More information about the U-Boot
mailing list