]> Git Repo - J-u-boot.git/blobdiff - drivers/net/fec_mxc.c
Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / drivers / net / fec_mxc.c
index d7c080943a53984f895ef0de8f3da242575b1a53..080dbcf7db4463704866091c0ef23b9928cc932b 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <common.h>
 #include <dm.h>
-#include <environment.h>
+#include <env.h>
 #include <malloc.h>
 #include <memalign.h>
 #include <miiphy.h>
@@ -1485,6 +1485,7 @@ static int fecmxc_ofdata_to_platdata(struct udevice *dev)
 }
 
 static const struct udevice_id fecmxc_ids[] = {
+       { .compatible = "fsl,imx28-fec" },
        { .compatible = "fsl,imx6q-fec" },
        { .compatible = "fsl,imx6sl-fec" },
        { .compatible = "fsl,imx6sx-fec" },
This page took 0.031147 seconds and 4 git commands to generate.