diff options
| author | David S. Miller <davem@davemloft.net> | 2017-01-23 00:59:00 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-01-23 00:59:00 +0300 |
| commit | 41e8c70ee1628a32606bfafd9cfce4f5ae3b5205 (patch) | |
| tree | 503dd966def322a88d0994c63266bf366bb644d7 /include/linux | |
| parent | b20b564b9533f02cd498477189359a9a3ac79890 (diff) | |
| parent | 039a7b8592ab932f729e56f193a2534f3f911409 (diff) | |
| download | linux-41e8c70ee1628a32606bfafd9cfce4f5ae3b5205.tar.xz | |
Merge branch 'bcm7278'
Florian Fainelli says:
====================
net: dsa: bcm_sf2: Add support for BCM7278
This patch series adds support for the Broadcom BCM7278 integrated switch
which is a successor of the BCM7445 switch. We have a little bit of
register shuffling going on, which is why most of the functional changes
are to deal with that.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -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 4f7d8be9ddbf..295fb3e73de5 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -24,6 +24,7 @@ #define PHY_ID_BCM57780 0x03625d90 #define PHY_ID_BCM7250 0xae025280 +#define PHY_ID_BCM7278 0xae0251a0 #define PHY_ID_BCM7364 0xae025260 #define PHY_ID_BCM7366 0x600d8490 #define PHY_ID_BCM7346 0x600d8650 |
