Commit a8a1132e1f2d1f8fe0f53758fd5be5673310225e

Authored by Ye Li
1 parent 7c12a00434

MLK-14750 mxc_fec: Add compatible string for i.mx6sl

The compatible string "fsl,imx6sl-fec" is missed for i.mx6sl in
u-boot FEC driver, so that FEC can't be recognized.

Signed-off-by: Ye Li <ye.li@nxp.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/net/fec_mxc.c
... ... @@ -1326,6 +1326,7 @@
1326 1326  
1327 1327 static const struct udevice_id fecmxc_ids[] = {
1328 1328 { .compatible = "fsl,imx6q-fec" },
  1329 + { .compatible = "fsl,imx6sl-fec" },
1329 1330 { .compatible = "fsl,imx6sx-fec" },
1330 1331 { .compatible = "fsl,imx7d-fec" },
1331 1332 { }