mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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:
parent
178d4f0099
commit
948239ea16
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue