aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKim Phillips <[email protected]>2007-11-26 16:17:48 -0600
committerJeff Garzik <[email protected]>2007-12-01 16:32:30 -0500
commit7d400a4c589749bf5b5e544aee07b3c489b54d02 (patch)
tree74e2539a09abbbd6bc8c6ac4e8667acc4bbf59b6 /include/linux
parent1a8098be987d3fa00c9fe9d2b68154675df49112 (diff)
phylib: add PHY interface modes for internal delay for tx and rx only
Allow phylib specification of cases where hardware needs to configure PHYs for Internal Delay only on either RX or TX (not both). Signed-off-by: Kim Phillips <[email protected]> Tested-by: Anton Vorontsov <[email protected]> Acked-by: Li Yang <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index f0742b6aaa64..e10763d79181 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -58,6 +58,8 @@ typedef enum {
PHY_INTERFACE_MODE_RMII,
PHY_INTERFACE_MODE_RGMII,
PHY_INTERFACE_MODE_RGMII_ID,
+ PHY_INTERFACE_MODE_RGMII_RXID,
+ PHY_INTERFACE_MODE_RGMII_TXID,
PHY_INTERFACE_MODE_RTBI
} phy_interface_t;