diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2021-09-17 11:15:50 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-09-17 11:49:55 -0700 |
commit | f68d08c437f98ee19a14142b9de2d7afe2032d5c (patch) | |
tree | f918fb703bc0e08647d6df6ffdb2bd9eed4054e5 /include/linux/brcmphy.h | |
parent | 1a575cde596c44aee04d2853d3d7067942a9612c (diff) |
net: phy: bcm7xxx: Add EPHY entry for 72165
72165 is a 16nm process SoC with a 10/100 integrated Ethernet PHY,
create a new macro and set of functions for this different process type.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210917181551.2836036-1-f.fainelli@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/brcmphy.h')
-rw-r--r-- | include/linux/brcmphy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index 3308cebe1c19..07e1dfadbbdf 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -32,6 +32,7 @@ #define PHY_ID_BCM72113 0x35905310 #define PHY_ID_BCM72116 0x35905350 +#define PHY_ID_BCM72165 0x35905340 #define PHY_ID_BCM7250 0xae025280 #define PHY_ID_BCM7255 0xae025120 #define PHY_ID_BCM7260 0xae025190 |