提交 ea9e38b6 编写于 作者: H Hakan Jansson 提交者: Zheng Zengkai

Bluetooth: hci_bcm: Add DT compatible for CYW55572

stable inclusion
from stable-v5.10.136
commit 918ce738e28bb79d84dd208ff9b5dacd8f533058
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I5ZWNE

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=918ce738e28bb79d84dd208ff9b5dacd8f533058

--------------------------------

commit f8cad620 upstream.

CYW55572 is a Wi-Fi + Bluetooth combo device from Infineon.
Signed-off-by: NHakan Jansson <hakan.jansson@infineon.com>
Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Reviewed-by: NWei Li <liwei391@huawei.com>
上级 f557ee2d
...@@ -1492,6 +1492,7 @@ static const struct of_device_id bcm_bluetooth_of_match[] = { ...@@ -1492,6 +1492,7 @@ static const struct of_device_id bcm_bluetooth_of_match[] = {
{ .compatible = "brcm,bcm4349-bt", .data = &bcm43438_device_data }, { .compatible = "brcm,bcm4349-bt", .data = &bcm43438_device_data },
{ .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data }, { .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
{ .compatible = "brcm,bcm4335a0" }, { .compatible = "brcm,bcm4335a0" },
{ .compatible = "infineon,cyw55572-bt" },
{ }, { },
}; };
MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match); MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册