aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-05-30 16:08:26 -0400
committerDavid S. Miller <davem@davemloft.net>2013-05-31 03:48:22 -0400
commit3da09a5154edb92fe74c266a4fa900bcbed6d44c (patch)
tree499e0f88459a206eb13ac2415ba140984d30e061 /include/linux
parentf5e1cabf46ed21c736453e38d6ddeadb926fbfea (diff)
phy: Add Marvell 88E1116R phy ID
This phy is on Xilinx ZC702 zynq development board. Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/marvell_phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h
index dd3c34ebca9a..ec41025cb86e 100644
--- a/include/linux/marvell_phy.h
+++ b/include/linux/marvell_phy.h
@@ -14,6 +14,7 @@
14#define MARVELL_PHY_ID_88E1149R 0x01410e50 14#define MARVELL_PHY_ID_88E1149R 0x01410e50
15#define MARVELL_PHY_ID_88E1240 0x01410e30 15#define MARVELL_PHY_ID_88E1240 0x01410e30
16#define MARVELL_PHY_ID_88E1318S 0x01410e90 16#define MARVELL_PHY_ID_88E1318S 0x01410e90
17#define MARVELL_PHY_ID_88E1116R 0x01410e40
17 18
18/* struct phy_device dev_flags definitions */ 19/* struct phy_device dev_flags definitions */
19#define MARVELL_PHY_M1145_FLAGS_RESISTANCE 0x00000001 20#define MARVELL_PHY_M1145_FLAGS_RESISTANCE 0x00000001