diff options
| author | David S. Miller <davem@davemloft.net> | 2018-08-07 15:48:38 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-08-07 15:48:38 -0700 |
| commit | 4df9085b012d40db92a9e08e9ed891ddeed78af1 (patch) | |
| tree | 03b931f157cb5050a00aa788fb1217040ae93a5c /include | |
| parent | 7116983174ff8cfa2342c201f70e676c4fac93c8 (diff) | |
| parent | 6fdecfe32f903d9f5f35ee4464fd32ede470dcad (diff) | |
Merge branch 'brcm-omega'
Arun Parameswaran says:
====================
Add Broadcom Omega SoC internal switch and phy
The patchset is based on David Miller's "net-next" repo.
The patches add support for the Broadcom Omega SoC's internal ethernet
switch and the internal gphy.
The internal ethernet switch in the Omega is a b53 srab based switch.
The support for the switch is added to the b53 driver in the dsa
framework.
The gphy support is added to the bcm7xxx driver.
====================
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 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 |
