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: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Lukasz Majewski 2018-04-15 21:54:22 +02:00 committed by Stefano Babic
parent 178d4f0099
commit 948239ea16

View file

@ -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" },
{ }
};