diff mbox series

[1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389

Message ID 20201014054325.2407-1-amitesh.chandra@gmail.com
State New
Headers show
Series [1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389 | expand

Commit Message

Amitesh Chandra Oct. 14, 2020, 5:43 a.m. UTC
From: Amitesh Chandra <amitesh.chandra@broadcom.com>

Add compatible string match to the serdev driver for the
BCM4389 Bluetooth controller

Signed-off-by: Amitesh Chandra <amitesh.chandra@broadcom.com>
---
 drivers/bluetooth/hci_bcm.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Marcel Holtmann Nov. 11, 2020, 11:05 a.m. UTC | #1
Hi Amitesh,

> Add compatible string match to the serdev driver for the

> BCM4389 Bluetooth controller

> 

> Signed-off-by: Amitesh Chandra <amitesh.chandra@broadcom.com>

> ---

> drivers/bluetooth/hci_bcm.c | 1 +

> 1 file changed, 1 insertion(+)


The series no longer applies cleanly to bluetooth-next tree. Please resend.

Regards

Marcel
diff mbox series

Patch

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 94ed734..680478f 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1425,6 +1425,7 @@  static const struct of_device_id bcm_bluetooth_of_match[] = {
 	{ .compatible = "brcm,bcm4345c5" },
 	{ .compatible = "brcm,bcm4330-bt" },
 	{ .compatible = "brcm,bcm43438-bt" },
+	{ .compatible = "brcm,bcm4389-bt" },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match);