projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c7edd
)
Bluetooth: hci_ll: add "ti,cc2560" compatible string
author
David Lechner
<david@lechnology.com>
Wed, 13 Dec 2017 00:29:31 +0000
(18:29 -0600)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 13 Dec 2017 08:38:34 +0000
(09:38 +0100)
This adds the "ti,cc2560" compatible string for a TI CC2560 chip.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_ll.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_ll.c
b/drivers/bluetooth/hci_ll.c
index 9de106f6b8e1584c3f578bd9c5b2f1d99e0992cb..1b4417a623a412a995da4c800354cd03868815dd 100644
(file)
--- a/
drivers/bluetooth/hci_ll.c
+++ b/
drivers/bluetooth/hci_ll.c
@@
-842,6
+842,7
@@
static void hci_ti_remove(struct serdev_device *serdev)
}
static const struct of_device_id hci_ti_of_match[] = {
+ { .compatible = "ti,cc2560" },
{ .compatible = "ti,wl1271-st" },
{ .compatible = "ti,wl1273-st" },
{ .compatible = "ti,wl1281-st" },