net: dsa: b53: mmap: add more 63xx SoCs
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 21 Mar 2023 17:33:57 +0000 (18:33 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 04:38:04 +0000 (21:38 -0700)
BCM6318, BCM6362 and BCM63268 are SoCs with a B53 MMAP switch.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/b53/b53_mmap.c

index e968322dfbf0b262e23cd55fa482d5eb268fd2dc..f63aebd445e88e9b0f8b03e0a12c0ef6064522bd 100644 (file)
@@ -331,8 +331,11 @@ static void b53_mmap_shutdown(struct platform_device *pdev)
 
 static const struct of_device_id b53_mmap_of_table[] = {
        { .compatible = "brcm,bcm3384-switch" },
+       { .compatible = "brcm,bcm6318-switch" },
        { .compatible = "brcm,bcm6328-switch" },
+       { .compatible = "brcm,bcm6362-switch" },
        { .compatible = "brcm,bcm6368-switch" },
+       { .compatible = "brcm,bcm63268-switch" },
        { .compatible = "brcm,bcm63xx-switch" },
        { /* sentinel */ },
 };