From: Kim Phillips Date: Fri, 13 Apr 2007 06:25:57 +0000 (-0500) Subject: phylib: add RGMII-ID interface mode definition X-Git-Tag: v2.6.22-rc1~1110^2~28 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a999589ccaae16472531e0616f23826ad097aa40;p=linux-2.6-omap-h63xx.git phylib: add RGMII-ID interface mode definition 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 Signed-off-by: Jeff Garzik --- diff --git a/include/linux/phy.h b/include/linux/phy.h index edd4c88ca7d..2a659789f9c 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -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;