summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2016-12-13 17:57:04 +0100
committerStefano Babic <sbabic@denx.de>2016-12-16 18:39:05 +0100
commitbd363f80e4462afe2b7551a87ac808a22de58aa1 (patch)
tree0320d986588066cdbe281d7de00c2b47e2c073c2 /include
parentb443c88b1a8dd74a63993d0fee0bec0aaca0d96e (diff)
downloadu-boot-imx-bd363f80e4462afe2b7551a87ac808a22de58aa1.zip
u-boot-imx-bd363f80e4462afe2b7551a87ac808a22de58aa1.tar.gz
u-boot-imx-bd363f80e4462afe2b7551a87ac808a22de58aa1.tar.bz2
imx6: geam6ul: Add FEC support
Add FEC support for Engicam GEAM6UL module. Cc: Stefano Babic <sbabic@denx.de> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx6ul_geam.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/imx6ul_geam.h b/include/configs/imx6ul_geam.h
index 7cfdfef..48b1120 100644
--- a/include/configs/imx6ul_geam.h
+++ b/include/configs/imx6ul_geam.h
@@ -137,6 +137,16 @@
# define CONFIG_APBH_DMA_BURST8
#endif
+/* Ethernet */
+#ifdef CONFIG_FEC_MXC
+# define CONFIG_FEC_MXC_PHYADDR 0
+# define CONFIG_FEC_XCV_TYPE RMII
+
+# define CONFIG_MII
+# define CONFIG_PHYLIB
+# define CONFIG_PHY_SMSC
+#endif
+
/* SPL */
#ifdef CONFIG_SPL
# ifdef CONFIG_NAND_MXS