diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-07-08 20:39:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-11 21:52:03 +0200 |
commit | 991a36bb464589f169d6c9e3d01f5b99299a73fa (patch) | |
tree | 3c1377506cb5828f90bb88428bf71eadf1215532 /drivers/net/dsa/b53/b53_priv.h | |
parent | net: dsa: b53: Allow SRAB driver to specify platform data (diff) | |
download | linux-991a36bb464589f169d6c9e3d01f5b99299a73fa.tar.xz linux-991a36bb464589f169d6c9e3d01f5b99299a73fa.zip |
net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switch
Update the SRAB, core driver and binding document to support the
BCM585xx/586xx/88312 integrated switch (Northstar Plus SoCs family).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/b53/b53_priv.h')
-rw-r--r-- | drivers/net/dsa/b53/b53_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/b53/b53_priv.h b/drivers/net/dsa/b53/b53_priv.h index 5d8c602fb877..835a744f206e 100644 --- a/drivers/net/dsa/b53/b53_priv.h +++ b/drivers/net/dsa/b53/b53_priv.h @@ -59,6 +59,7 @@ enum { BCM53012_DEVICE_ID = 0x53012, BCM53018_DEVICE_ID = 0x53018, BCM53019_DEVICE_ID = 0x53019, + BCM58XX_DEVICE_ID = 0x5800, }; #define B53_N_PORTS 9 |