summaryrefslogtreecommitdiff
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-11-26 22:17:48 (GMT)
committerJeff Garzik <jeff@garzik.org>2007-12-01 21:32:30 (GMT)
commit7d400a4c589749bf5b5e544aee07b3c489b54d02 (patch)
tree74e2539a09abbbd6bc8c6ac4e8667acc4bbf59b6 /include/linux/phy.h
parent1a8098be987d3fa00c9fe9d2b68154675df49112 (diff)
downloadlinux-fsl-qoriq-7d400a4c589749bf5b5e544aee07b3c489b54d02.tar.xz
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 <kim.phillips@freescale.com> Tested-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-by: Li Yang <leoli@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/phy.h')
-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 f0742b6..e10763d 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;