Commit f8cad620 authored by Hakan Jansson's avatar Hakan Jansson Committed by Luiz Augusto von Dentz
Browse files

Bluetooth: hci_bcm: Add DT compatible for CYW55572



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

Signed-off-by: default avatarHakan Jansson <hakan.jansson@infineon.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent c8ce6490
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);