diff options
| author | Jagan Teki <[email protected]> | 2017-02-24 15:32:58 +0530 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-03-17 09:27:08 +0100 |
| commit | 0421a164de22aeb02c6831d0a997853a36f0b963 (patch) | |
| tree | 9badb473ca9c1cb79e9756c0b6e2372495ce0ac6 /include | |
| parent | 580a7d692bb07a855b0a86a6b34b0143e82849b7 (diff) | |
imx6: isiotmx6ul: Add FEC support
Add FEC support for Engicam Is.IoT MX6UL 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_isiot.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/imx6ul_isiot.h b/include/configs/imx6ul_isiot.h index aba43fc65eb..5a3e05abcc8 100644 --- a/include/configs/imx6ul_isiot.h +++ b/include/configs/imx6ul_isiot.h @@ -128,6 +128,16 @@ # define CONFIG_SYS_FSL_ESDHC_ADDR 0 #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 # define CONFIG_SPL_MMC_SUPPORT |
