net: dsa: b53: Add support for Broadcom Omega SoC internal switch
authorArun Parameswaran <arun.parameswaran@broadcom.com>
Tue, 7 Aug 2018 17:02:43 +0000 (10:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Aug 2018 22:48:38 +0000 (15:48 -0700)
Add support for the Broadcom Omega SoC internal ethernet switch
to the b53 srab driver in the DSA framework.

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>
drivers/net/dsa/b53/b53_srab.c

index 8247481..91de2ba 100644 (file)
@@ -374,6 +374,7 @@ static const struct of_device_id b53_srab_of_match[] = {
        { .compatible = "brcm,bcm88312-srab", .data = (void *)BCM58XX_DEVICE_ID },
        { .compatible = "brcm,cygnus-srab", .data = (void *)BCM583XX_DEVICE_ID },
        { .compatible = "brcm,nsp-srab", .data = (void *)BCM58XX_DEVICE_ID },
+       { .compatible = "brcm,omega-srab", .data = (void *)BCM583XX_DEVICE_ID },
        { /* sentinel */ },
 };
 MODULE_DEVICE_TABLE(of, b53_srab_of_match);