提交 f272f185 编写于 作者: J John-Eric Kamps 提交者: Marcel Holtmann

Bluetooth: hci_h5: Add support for binding RTL8723DS with device tree

RTL8723DS could be handled by btrtl-driver, so add ability to bind it
using device tree.
Signed-off-by: NJohn-Eric Kamps <johnny86@gmx.de>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 f01bb2a3
无相关合并请求
......@@ -1022,6 +1022,8 @@ static const struct of_device_id rtl_bluetooth_of_match[] = {
.data = (const void *)&rtl_vnd },
{ .compatible = "realtek,rtl8723bs-bt",
.data = (const void *)&rtl_vnd },
{ .compatible = "realtek,rtl8723ds-bt",
.data = (const void *)&rtl_vnd },
#endif
{ },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部