diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2022-08-15 16:03:37 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-08-13 20:38:17 +0300 |
| commit | 4d774b697acde32b8b45e6bb849b95ffc72b4f41 (patch) | |
| tree | 4d92d218d948401acf495e234e53b1b891c8b8e6 /include | |
| parent | 159980975b441fee4f56cdfd14763d7dc36ea8b3 (diff) | |
| download | linux-4d774b697acde32b8b45e6bb849b95ffc72b4f41.tar.gz linux-4d774b697acde32b8b45e6bb849b95ffc72b4f41.zip | |
net: phy: marvell-88x2222: Add 88X2222R PHY ID
There is a Marvell 88X2222 PHY revision with R suffix, which is mainly
compatible with the original PHY but has different ID. Let's add it to the
known Marvell PHY IDs table defined in the marvell_phy.h file.
Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
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 b1fbe4118414a..a904fb2cc5be3 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -26,6 +26,7 @@ #define MARVELL_PHY_ID_88X3310 0x002b09a0 #define MARVELL_PHY_ID_88E2110 0x002b09b0 #define MARVELL_PHY_ID_88X2222 0x01410f10 +#define MARVELL_PHY_ID_88X2222R 0x014131b0 #define MARVELL_PHY_ID_88Q2110 0x002b0980 #define MARVELL_PHY_ID_88Q2220 0x002b0b20 |
