MLK-14750 mxc_fec: Add compatible string for i.mx6sl
authorYe Li <ye.li@nxp.com>
Tue, 25 Apr 2017 14:53:44 +0000 (22:53 +0800)
committerYe Li <ye.li@nxp.com>
Tue, 25 Apr 2017 14:53:44 +0000 (22:53 +0800)
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>
drivers/net/fec_mxc.c

index 2430f09..b626a6b 100644 (file)
@@ -1326,6 +1326,7 @@ static int fecmxc_ofdata_to_platdata(struct udevice *dev)
 
 static const struct udevice_id fecmxc_ids[] = {
        { .compatible = "fsl,imx6q-fec" },
+       { .compatible = "fsl,imx6sl-fec" },
        { .compatible = "fsl,imx6sx-fec" },
        { .compatible = "fsl,imx7d-fec" },
        { }