summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-03-28 15:54:15 +0300
committerJoe Hershberger <joe.hershberger@ni.com>2018-04-13 23:47:39 +0300
commit979e0fc86275fc09c85892aa2cd7987fa6f97a54 (patch)
tree65664a2e294bea2d9acb66c28e4e695745f40010 /drivers/net
parentfbada4855d97532514a2be55e355f4bb49f81766 (diff)
downloadu-boot-979e0fc86275fc09c85892aa2cd7987fa6f97a54.tar.xz
net: fex_mxc: add i.MX6UL/SX/SL compatible
Add i.MX6UL/SX/SL compatible. Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/fec_mxc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index 1de72da10b..4296550a6d 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -1343,6 +1343,9 @@ 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,imx6ul-fec" },
{ }
};