diff options
| author | David S. Miller <davem@davemloft.net> | 2020-06-23 02:28:34 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-06-23 02:28:34 +0300 |
| commit | 73f782d523ecf4a4ba1531266a02c53ab359c85b (patch) | |
| tree | 7cc4098e8f9ff7e3f8e64b1a7763271939af61b7 /include | |
| parent | 3b87cfefab40604306e5fe6eb4b8c5ec99a865d3 (diff) | |
| parent | f59babf95ef969a18744082ee16e4dfd17743c0b (diff) | |
| download | linux-73f782d523ecf4a4ba1531266a02c53ab359c85b.tar.xz | |
Merge branch 'Add-Marvell-88E1340S-88E1548P-support'
Maxim Kochetkov says:
====================
Add Marvell 88E1340S, 88E1548P support
This patch series add new PHY id support.
Russell King asked to use single style for referencing functions.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/marvell_phy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h index af6b11d4d673..ff7b7607c8cf 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -15,10 +15,12 @@ #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 #define MARVELL_PHY_ID_88E1545 0x01410ea0 +#define MARVELL_PHY_ID_88E1548P 0x01410ec0 #define MARVELL_PHY_ID_88E3016 0x01410e60 #define MARVELL_PHY_ID_88X3310 0x002b09a0 #define MARVELL_PHY_ID_88E2110 0x002b09b0 |
