diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-04-17 21:38:02 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-19 01:50:32 +0300 |
commit | 123aff2a789c3975c2235653939ff00107d6156c (patch) | |
tree | 7e1db66259dd9530229f813b052b35571f68b387 /include/linux/brcmphy.h | |
parent | c6f5f242f5ed58cc531e75507e8447a8c9b6cd30 (diff) | |
download | linux-123aff2a789c3975c2235653939ff00107d6156c.tar.xz |
net: phy: broadcom: Add support for BCM53125 internal PHYs
BCM53125 has internal Gigabit PHYs which support interrupts as well as
statistics, make it possible to configure both of those features with a
PHY driver entry.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 6462c5447872..7e1d857c8468 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -15,6 +15,7 @@ #define PHY_ID_BCMAC131 0x0143bc70 #define PHY_ID_BCM5481 0x0143bca0 #define PHY_ID_BCM5395 0x0143bcf0 +#define PHY_ID_BCM53125 0x03625f20 #define PHY_ID_BCM54810 0x03625d00 #define PHY_ID_BCM5482 0x0143bcb0 #define PHY_ID_BCM5411 0x00206070 |