diff options
author | Maxim Kochetkov <fido_max@inbox.ru> | 2020-06-21 10:59:51 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-22 16:28:34 -0700 |
commit | a602ea86e9f0d82f5c7ba1d3f7487d4097380b96 (patch) | |
tree | 48be2eaedc79cbd2d026a1b06a071095e40a66f7 /include | |
parent | ef0f9545cbf160591df2ff245f539bdcff692992 (diff) | |
download | lwn-a602ea86e9f0d82f5c7ba1d3f7487d4097380b96.tar.gz lwn-a602ea86e9f0d82f5c7ba1d3f7487d4097380b96.zip |
net: phy: marvell: Add Marvell 88E1340S support
Add support for this new phy ID.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 af6b11d4d673..c4390e9cbf15 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -15,6 +15,7 @@ #define MARVELL_PHY_ID_88E1149R 0x01410e50 #define MARVELL_PHY_ID_88E1240 0x01410e30 #define MARVELL_PHY_ID_88E1318S 0x01410e90 +#define MARVELL_PHY_ID_88E1340S 0x01410dc0 #define MARVELL_PHY_ID_88E1116R 0x01410e40 #define MARVELL_PHY_ID_88E1510 0x01410dd0 #define MARVELL_PHY_ID_88E1540 0x01410eb0 |