提交 c127a871 编写于 作者: S Sebastian Reichel 提交者: Marcel Holtmann

Bluetooth: hci_ll: Add compatible values for more WL chips

Add compatible values for WiLink chips from 128x and 180x series.
Also the DT binding already contained compatible values for the 127x
series, but the driver did not. This brings the list on par with
the list from wlcore (the wifi driver).
Signed-off-by: NSebastian Reichel <sebastian.reichel@collabora.co.uk>
Reviewed-by: NRob Herring <robh@kernel.org>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 fff88030
...@@ -14,6 +14,12 @@ Required properties: ...@@ -14,6 +14,12 @@ Required properties:
- compatible: should be one of the following: - compatible: should be one of the following:
"ti,wl1271-st" "ti,wl1271-st"
"ti,wl1273-st" "ti,wl1273-st"
"ti,wl1281-st"
"ti,wl1283-st"
"ti,wl1285-st"
"ti,wl1801-st"
"ti,wl1805-st"
"ti,wl1807-st"
"ti,wl1831-st" "ti,wl1831-st"
"ti,wl1835-st" "ti,wl1835-st"
"ti,wl1837-st" "ti,wl1837-st"
......
...@@ -741,6 +741,14 @@ static void hci_ti_remove(struct serdev_device *serdev) ...@@ -741,6 +741,14 @@ static void hci_ti_remove(struct serdev_device *serdev)
} }
static const struct of_device_id hci_ti_of_match[] = { static const struct of_device_id hci_ti_of_match[] = {
{ .compatible = "ti,wl1271-st" },
{ .compatible = "ti,wl1273-st" },
{ .compatible = "ti,wl1281-st" },
{ .compatible = "ti,wl1283-st" },
{ .compatible = "ti,wl1285-st" },
{ .compatible = "ti,wl1801-st" },
{ .compatible = "ti,wl1805-st" },
{ .compatible = "ti,wl1807-st" },
{ .compatible = "ti,wl1831-st" }, { .compatible = "ti,wl1831-st" },
{ .compatible = "ti,wl1835-st" }, { .compatible = "ti,wl1835-st" },
{ .compatible = "ti,wl1837-st" }, { .compatible = "ti,wl1837-st" },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册