mirror of https://gitee.com/openkylin/linux.git
net: dsa: b53: Add support for Broadcom Omega SoC internal switch
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>
This commit is contained in:
parent
b0a0962519
commit
ae7a03bbcf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue