summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHakan Jansson <hakan.jansson@infineon.com>2022-06-30 14:45:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-08-11 13:07:52 +0200
commit88e088e29487913c302b7480b866266f8971427f (patch)
tree1879328824937d1028756f6d74e815155f237943
parent2aa38f0af306230ae4fb15b73b4c18f9209758cb (diff)
downloadlinux-stable-88e088e29487913c302b7480b866266f8971427f.tar.gz
linux-stable-88e088e29487913c302b7480b866266f8971427f.tar.bz2
linux-stable-88e088e29487913c302b7480b866266f8971427f.zip
Bluetooth: hci_bcm: Add DT compatible for CYW55572
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>
-rw-r--r--drivers/bluetooth/hci_bcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index b47a31bd2e9b..cf622e459605 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -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);