Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: hci_bcm: Add DT compatible for CYW55572

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>

authored by

Hakan Jansson and committed by
Luiz Augusto von Dentz
f8cad620 c8ce6490

+1
+1
drivers/bluetooth/hci_bcm.c
··· 1557 1557 { .compatible = "brcm,bcm4349-bt", .data = &bcm43438_device_data }, 1558 1558 { .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data }, 1559 1559 { .compatible = "brcm,bcm4335a0" }, 1560 + { .compatible = "infineon,cyw55572-bt" }, 1560 1561 { }, 1561 1562 }; 1562 1563 MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match);