diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-05-31 00:08:26 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-05-31 11:48:22 +0400 |
commit | 3da09a5154edb92fe74c266a4fa900bcbed6d44c (patch) | |
tree | 499e0f88459a206eb13ac2415ba140984d30e061 /include/linux/marvell_phy.h | |
parent | f5e1cabf46ed21c736453e38d6ddeadb926fbfea (diff) | |
download | linux-3da09a5154edb92fe74c266a4fa900bcbed6d44c.tar.xz |
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/marvell_phy.h')
-rw-r--r-- | include/linux/marvell_phy.h | 1 |
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 @@ #define MARVELL_PHY_ID_88E1149R 0x01410e50 #define MARVELL_PHY_ID_88E1240 0x01410e30 #define MARVELL_PHY_ID_88E1318S 0x01410e90 +#define MARVELL_PHY_ID_88E1116R 0x01410e40 /* struct phy_device dev_flags definitions */ #define MARVELL_PHY_M1145_FLAGS_RESISTANCE 0x00000001 |