Skip to content

Commit

Permalink
Bluetooth: hci_ll: add "ti,cc2560" compatible string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Lechner authored and Marcel Holtmann committed Dec 13, 2017
1 parent 07c7edd commit 4166493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/bluetooth/hci_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 4166493

Please sign in to comment.