projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbada48
)
net: fex_mxc: add i.MX6UL/SX/SL compatible
author
Peng Fan
<peng.fan@nxp.com>
Wed, 28 Mar 2018 12:54:15 +0000
(20:54 +0800)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Fri, 13 Apr 2018 20:47:39 +0000
(15:47 -0500)
Add i.MX6UL/SX/SL compatible.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/fec_mxc.c
patch
|
blob
|
history
diff --git
a/drivers/net/fec_mxc.c
b/drivers/net/fec_mxc.c
index 1de72da10bdac2f2cbcdb02bd63f966cd5774a7a..4296550a6d7beae1228c2395d9c660092b00734a 100644
(file)
--- 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" },
{ }
};