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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Jul 2022 00:11:56 +0000 (17:11 -0700)
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>
drivers/bluetooth/hci_bcm.c

index 6f834ff1b44b164eeef036b1feba3bc984d7d957..9a129867a4c06874f4e6f5f09ff598d3e8fdb5e1 100644 (file)
@@ -1557,6 +1557,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);