mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
usb: xhci: xhci-plat: Add support for BCM2711
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>
This commit is contained in:
parent
b3f8e6ae30
commit
95e71986fc
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user