diff options
author | Arun Parameswaran <arun.parameswaran@broadcom.com> | 2018-08-07 10:02:44 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-07 15:48:38 -0700 |
commit | 6fdecfe32f903d9f5f35ee4464fd32ede470dcad (patch) | |
tree | 03b931f157cb5050a00aa788fb1217040ae93a5c /include | |
parent | ae7a03bbcf08737957c66c0e75238c97cc221e44 (diff) | |
download | linux-6fdecfe32f903d9f5f35ee4464fd32ede470dcad.tar.bz2 |
net: phy: Add support for Broadcom Omega internal Combo GPHY
Add support for the Broadcom Omega SoC internal Combo Ethernet
GPHY to the bcm7xxx phy driver.
Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
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 daa9234a9baf..949e9af8d9d6 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -45,6 +45,7 @@ #define PHY_ID_BCM7445 0x600d8510 #define PHY_ID_BCM_CYGNUS 0xae025200 +#define PHY_ID_BCM_OMEGA 0xae025100 #define PHY_BCM_OUI_MASK 0xfffffc00 #define PHY_BCM_OUI_1 0x00206000 |