summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-04-12 23:21:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-24 10:31:47 +0200
commit86cfd96af42178a85ec085ddd5e2f471a02041db (patch)
tree63a29371fbcaf38dbc437fe03e7e83149d94f4ee /include
parente0c18c08665b93b3c81eb7ab504238cda85c2674 (diff)
downloadbarebox-86cfd96af42178a85ec085ddd5e2f471a02041db.tar.gz
barebox-86cfd96af42178a85ec085ddd5e2f471a02041db.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/fec.h1
1 files changed, 1 insertions, 0 deletions
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;
/*