mc : Reduce MC memory size to 128M
[oweals/u-boot.git] / drivers / net / fec_mxc.h
index 848cd7c22779b8973997386a1a8e2f8f65bc1bb2..e9a661f0a1dd4bcc38cee467cd983567e3493848 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef __FEC_MXC_H
 #define __FEC_MXC_H
 
+#include <clk.h>
+
 /* Layout description of the FEC */
 struct ethernet_regs {
        /* [10:2]addr = 00 */
@@ -260,6 +262,8 @@ struct fec_priv {
 #ifdef CONFIG_DM_ETH
        u32 interface;
 #endif
+       struct clk ipg_clk;
+       u32 clk_rate;
 };
 
 void imx_get_mac_from_fuse(int dev_id, unsigned char *mac);