]> err.no Git - linux-2.6/commitdiff
phylib: add RGMII-ID interface mode definition
authorKim Phillips <kim.phillips@freescale.com>
Fri, 13 Apr 2007 06:25:57 +0000 (01:25 -0500)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 15:01:04 +0000 (11:01 -0400)
The RGMII spec allows compliance for devices that implement an internal
delay on TXC or RXC inside the transmitter.  This patch adds an RGMII_ID
definition to support RGMII-ID devices in the phylib.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
include/linux/phy.h

index edd4c88ca7d8d1a68e88922bc8466200e59d6214..2a659789f9ca10bcca00497dcfde170023906475 100644 (file)
@@ -55,6 +55,7 @@ typedef enum {
        PHY_INTERFACE_MODE_TBI,
        PHY_INTERFACE_MODE_RMII,
        PHY_INTERFACE_MODE_RGMII,
+       PHY_INTERFACE_MODE_RGMII_ID,
        PHY_INTERFACE_MODE_RTBI
 } phy_interface_t;