diff options
| author | Pawel Dembicki <[email protected]> | 2024-04-02 22:11:18 +0200 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-04-03 19:33:20 -0700 |
| commit | ada9841e3e665bb320d2eedcf33f640198e2378d (patch) | |
| tree | f3b5e83576729d7d78ff3ec25ae3a5fccea78cf0 /include | |
| parent | 04af1d64370180f362b48154d42b299be513884f (diff) | |
net: phy: marvell: add basic support of 88E308X/88E609X family
This patch implements only basic support.
It covers PHY used in multiple IC:
PHY: 88E3082, 88E3083
Switch: 88E6096, 88E6097
Signed-off-by: Pawel Dembicki <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Russell King (Oracle) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
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 693eba9869e4..88254f9aec2b 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -7,6 +7,7 @@ /* Known PHY IDs */ #define MARVELL_PHY_ID_88E1101 0x01410c60 +#define MARVELL_PHY_ID_88E3082 0x01410c80 #define MARVELL_PHY_ID_88E1112 0x01410c90 #define MARVELL_PHY_ID_88E1111 0x01410cc0 #define MARVELL_PHY_ID_88E1118 0x01410e10 |