summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJagan Teki <[email protected]>2016-12-13 17:57:04 +0100
committerStefano Babic <[email protected]>2016-12-16 18:39:05 +0100
commitbd363f80e4462afe2b7551a87ac808a22de58aa1 (patch)
tree0320d986588066cdbe281d7de00c2b47e2c073c2 /include
parentb443c88b1a8dd74a63993d0fee0bec0aaca0d96e (diff)
imx6: geam6ul: Add FEC support
Add FEC support for Engicam GEAM6UL module. Cc: Stefano Babic <[email protected]> Cc: Matteo Lisi <[email protected]> Cc: Michael Trimarchi <[email protected]> Signed-off-by: Jagan Teki <[email protected]>
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 7cfdfefe5ec..48b11209101 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