summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-04-20 16:27:54 -0700
committerDavid S. Miller <davem@davemloft.net>2021-04-20 16:27:54 -0700
commitb015f4efc4391d656db3d455a8295ee59e269286 (patch)
treeff60da7b45e74f29c0e70611888bc326446541cf /include/linux
parent56e2e5de441a3a6590c94e70d071a6c1790c6124 (diff)
parenta978f7c479ea68d68a6267a37cbd44362bdd9811 (diff)
downloadcachepc-linux-b015f4efc4391d656db3d455a8295ee59e269286.tar.gz
cachepc-linux-b015f4efc4391d656db3d455a8295ee59e269286.zip
Merge branch 'marvell-phy-hwmon'
Marek BehĂșn says: ==================== net: phy: marvell: some HWMON updates Here are some updates for Marvell PHY HWMON, mainly - refactoring for code deduplication - Amethyst PHY support ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-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)