]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
Bluetooth: hci_bcm: Add DT compatible for CYW55572
authorHakan Jansson <hakan.jansson@infineon.com>
Thu, 30 Jun 2022 12:45:22 +0000 (14:45 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 16 Sep 2022 08:53:53 +0000 (10:53 +0200)
BugLink: https://bugs.launchpad.net/bugs/1989221
commit f8cad62002a7699fd05a23b558b980b5a77defe0 upstream.

CYW55572 is a Wi-Fi + Bluetooth combo device from Infineon.

Signed-off-by: Hakan Jansson <hakan.jansson@infineon.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/bluetooth/hci_bcm.c

index b47a31bd2e9bab77b0107cce3f3fda19fd5b41f9..cf622e45960558b410a80b5aeb00bcd85797c2a8 100644 (file)
@@ -1518,6 +1518,7 @@ static const struct of_device_id bcm_bluetooth_of_match[] = {
        { .compatible = "brcm,bcm4349-bt", .data = &bcm43438_device_data },
        { .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
        { .compatible = "brcm,bcm4335a0" },
+       { .compatible = "infineon,cyw55572-bt" },
        { },
 };
 MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match);