Message ID | 6d17c74d01e785ca7db21d611a5722943aeffdd3.1656583541.git.hakan.jansson@infineon.com |
---|---|
State | Accepted |
Commit | 7386459d24b3ba5cd9c55776d81d43a27dd5bb07 |
Headers | show |
Series | Bluetooth: hci_bcm: Improve FW load time on CYW55572 | expand |
On Thu, Jun 30, 2022 at 2:46 PM Hakan Jansson <hakan.jansson@infineon.com> wrote: > 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> Yours, Linus Walleij
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index 6f834ff1b44b..9a129867a4c0 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -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);
CYW55572 is a Wi-Fi + Bluetooth combo device from Infineon. Signed-off-by: Hakan Jansson <hakan.jansson@infineon.com> --- V1 -> V2: - No changes, submitted as part of updated patch series drivers/bluetooth/hci_bcm.c | 1 + 1 file changed, 1 insertion(+)