From 86cfd96af42178a85ec085ddd5e2f471a02041db Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 12 Apr 2012 23:21:18 +0200 Subject: net fec: Add i.MX6 support Currently only 100Mb/s is tested. Freescale's U-Boot suggests that there are some additional adjustments necessary for Gigabit support. Signed-off-by: Sascha Hauer --- include/fec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/fec.h b/include/fec.h index 85691b6854..f56b02309d 100644 --- a/include/fec.h +++ b/include/fec.h @@ -33,6 +33,7 @@ typedef enum { MII10, MII100, RMII, + RGMII, } xceiver_type; /* -- cgit v1.2.3