diff options
| author | Michal Simek <[email protected]> | 2013-05-30 20:08:27 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-05-31 00:48:22 -0700 |
| commit | 10e24caa98b6dd0d3d8b783453d5c07aa4e9af0c (patch) | |
| tree | 8b23e2d001b23d1a33f17ad305e7f837e2c921f3 /include/linux | |
| parent | 3da09a5154edb92fe74c266a4fa900bcbed6d44c (diff) | |
phy: Add Marvell 88E1510 phy ID
Add support for this new phy ID.
Signed-off-by: Rick Hoover <[email protected]>
Signed-off-by: Steven Wang <[email protected]>
Signed-off-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -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 ec41025cb86e..8e9a029e093d 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -15,6 +15,7 @@ #define MARVELL_PHY_ID_88E1240 0x01410e30 #define MARVELL_PHY_ID_88E1318S 0x01410e90 #define MARVELL_PHY_ID_88E1116R 0x01410e40 +#define MARVELL_PHY_ID_88E1510 0x01410dd0 /* struct phy_device dev_flags definitions */ #define MARVELL_PHY_M1145_FLAGS_RESISTANCE 0x00000001 |