summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@freescale.com>2016-04-14 09:03:52 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-09-25 07:25:33 (GMT)
commitdb653b9e09dea3dfa03e70c5482c755bcf452bbb (patch)
treee99619a13ea0c9c7938a61652f4e58ed8bead159 /include
parented72468c96a4d0460c9aa699d121a1ba67690cbd (diff)
downloadlinux-db653b9e09dea3dfa03e70c5482c755bcf452bbb.tar.xz
net: phy: add SGMII 2500 PHY
Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index fd235bb..88034d9 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -81,6 +81,7 @@ typedef enum {
PHY_INTERFACE_MODE_MOCA,
PHY_INTERFACE_MODE_QSGMII,
PHY_INTERFACE_MODE_TRGMII,
+ PHY_INTERFACE_MODE_SGMII_2500,
PHY_INTERFACE_MODE_MAX,
} phy_interface_t;