Skip to content
Snippets Groups Projects
Commit 948239ea authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Stefano Babic
Browse files

dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driver


After this change the DM FEC ETH driver can be also reused on some imx53
devices.

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent 178d4f00
No related branches found
No related tags found
No related merge requests found
......@@ -1345,6 +1345,7 @@ static const struct udevice_id fecmxc_ids[] = {
{ .compatible = "fsl,imx6sl-fec" },
{ .compatible = "fsl,imx6sx-fec" },
{ .compatible = "fsl,imx6ul-fec" },
{ .compatible = "fsl,imx53-fec" },
{ }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment