diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-09-16 23:21:53 +0400 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2009-09-25 18:25:41 -0500 |
commit | 6185f80c311cc3bdef2f8d5096c61e40ca6f48b2 (patch) | |
tree | a08ef4381801a0f270dfebd23bc64e86965d1fac /drivers/qe/uec.h | |
parent | 984f10baac8ef6032df52f135943d6b0bc96f724 (diff) | |
download | u-boot-imx-6185f80c311cc3bdef2f8d5096c61e40ca6f48b2.zip u-boot-imx-6185f80c311cc3bdef2f8d5096c61e40ca6f48b2.tar.gz u-boot-imx-6185f80c311cc3bdef2f8d5096c61e40ca6f48b2.tar.bz2 |
net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
This will be needed for MPC8360E-MDS boards with rev. 2.1 CPUs.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'drivers/qe/uec.h')
-rw-r--r-- | drivers/qe/uec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/qe/uec.h b/drivers/qe/uec.h index 1568310..df6f7c9 100644 --- a/drivers/qe/uec.h +++ b/drivers/qe/uec.h @@ -670,6 +670,7 @@ typedef enum enet_interface { ENET_1000_RGMII, ENET_1000_RGMII_ID, ENET_1000_RGMII_RXID, + ENET_1000_RGMII_TXID, ENET_1000_TBI, ENET_1000_RTBI, ENET_1000_SGMII |