diff options
author | David Lechner <david@lechnology.com> | 2017-12-12 18:29:31 -0600 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-12-13 09:38:34 +0100 |
commit | 4166493c97c0c70e8d7678422c2214dc5ec6e9d3 (patch) | |
tree | df4926fa457e405a7e5c4db99f63832e2e0043af /drivers/bluetooth/hci_ll.c | |
parent | 07c7edd0db441f83eeee087470add5be280cc018 (diff) |
Bluetooth: hci_ll: add "ti,cc2560" compatible string
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>
Diffstat (limited to 'drivers/bluetooth/hci_ll.c')
-rw-r--r-- | drivers/bluetooth/hci_ll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c index 9de106f6b8e1..1b4417a623a4 100644 --- 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" }, |