usb: xhci: xhci-plat: Add support for BCM2711
authorStefan Wahren <wahrenst@gmx.net>
Tue, 5 Dec 2023 20:05:30 +0000 (21:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Dec 2023 03:39:56 +0000 (12:39 +0900)
With the introduction of a BCM2711 specific compatible, this also
needs to be added to the xHCI driver.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20231205200531.8232-3-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-plat.c

index 732cdeb739202e112a4bfd0a00b63dcae7c984d2..e46175c38570b83e3b4d4c40a17f337e949fbd27 100644 (file)
@@ -130,6 +130,9 @@ static const struct of_device_id usb_xhci_of_match[] = {
        }, {
                .compatible = "brcm,xhci-brcm-v2",
                .data = &xhci_plat_brcm,
+       }, {
+               .compatible = "brcm,bcm2711-xhci",
+               .data = &xhci_plat_brcm,
        }, {
                .compatible = "brcm,bcm7445-xhci",
                .data = &xhci_plat_brcm,