diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-09-21 15:10:53 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-21 17:16:17 -0700 |
commit | 92ec804f3dbf0d986f8e10850bfff14f316d7aaf (patch) | |
tree | 1e0384ccab7024e28a48965c405f3f80cbeef4de /include | |
parent | c5a2a132a38619d24d6d115c66cc277594b4fe01 (diff) | |
download | linux-92ec804f3dbf0d986f8e10850bfff14f316d7aaf.tar.bz2 |
net: phy: bcm7xxx: Add an entry for BCM72113
BCM72113 features a 28nm integrated EPHY, add an entry to the driver for
it.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 6ad4c000661a..d0bd226d6bd9 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -30,6 +30,7 @@ #define PHY_ID_BCM57780 0x03625d90 #define PHY_ID_BCM89610 0x03625cd0 +#define PHY_ID_BCM72113 0x35905310 #define PHY_ID_BCM7250 0xae025280 #define PHY_ID_BCM7255 0xae025120 #define PHY_ID_BCM7260 0xae025190 |