diff options
| author | Marek Vasut <[email protected]> | 2019-11-26 09:39:10 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-12-06 13:57:42 +0100 |
| commit | 26822fd23cb1cf5eebe88547d879c01756228748 (patch) | |
| tree | 9548ad442cf99548a59e636aeaa06835dfa39313 /include | |
| parent | 5b97abab5540c6c611573523739a3226b8aaf31f (diff) | |
ARM: imx: vining2000: Convert to ethernet DM
Convert the board to ethernet DM support. Adjust board file accordingly,
as the board_eth_init() contains custom clock configuration required for
this board to work. Furthermore, enable FEC1 clock to make FEC1 work as
well.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Silvio Fricke <[email protected]>
Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/vining_2000.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/vining_2000.h b/include/configs/vining_2000.h index 377406f842f..0c0baf27385 100644 --- a/include/configs/vining_2000.h +++ b/include/configs/vining_2000.h @@ -58,8 +58,6 @@ #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 /* Network */ -#define CONFIG_FEC_MXC - #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_FEC_MXC_PHYADDR 0x0 |
