summaryrefslogtreecommitdiff
path: root/include/linux/marvell_phy.h
diff options
context:
space:
mode:
authorMarek BehĂșn <kabel@kernel.org>2021-04-20 09:54:03 +0200
committerDavid S. Miller <davem@davemloft.net>2021-04-20 16:27:54 -0700
commita978f7c479ea68d68a6267a37cbd44362bdd9811 (patch)
treeff60da7b45e74f29c0e70611888bc326446541cf /include/linux/marvell_phy.h
parentc5d015b0e09700bfd8ec120cc8ebe25f6fc5c32e (diff)
net: phy: marvell: add support for Amethyst internal PHY
Add support for Amethyst internal PHY. The only difference from Peridot is HWMON. Signed-off-by: Marek BehĂșn <kabel@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/marvell_phy.h')
-rw-r--r--include/linux/marvell_phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h
index f61d82c53f30..acee44b9db26 100644
--- a/include/linux/marvell_phy.h
+++ b/include/linux/marvell_phy.h
@@ -39,6 +39,7 @@
*/
#define MARVELL_PHY_ID_88E6341_FAMILY 0x01410f41
#define MARVELL_PHY_ID_88E6390_FAMILY 0x01410f90
+#define MARVELL_PHY_ID_88E6393_FAMILY 0x002b0b9b
#define MARVELL_PHY_FAMILY_ID(id) ((id) >> 4)