diff mbox series

[v2,2/2] Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1

Message ID 20220225204138.935022-2-luca@z3ntu.xyz
State Accepted
Commit 01da346c1802f046496845cccd7c871ca35f24a7
Headers show
Series [v2,1/2] dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1 | expand

Commit Message

Luca Weiss Feb. 25, 2022, 8:41 p.m. UTC
Add the compatible for BCM43430A0 bluetooth used in lg-lenok and
BCM43430A1 used in asus-sparrow.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Changes in v2:
- add bcm43430a1 too, adjust commit message to reflect that

 drivers/bluetooth/hci_bcm.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Marcel Holtmann March 4, 2022, 5:21 p.m. UTC | #1
Hi Luca,

> Add the compatible for BCM43430A0 bluetooth used in lg-lenok and
> BCM43430A1 used in asus-sparrow.
> 
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Changes in v2:
> - add bcm43430a1 too, adjust commit message to reflect that
> 
> drivers/bluetooth/hci_bcm.c | 2 ++
> 1 file changed, 2 insertions(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel
diff mbox series

Patch

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index d634a27bc850..bd090d92a548 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1513,6 +1513,8 @@  static const struct of_device_id bcm_bluetooth_of_match[] = {
 	{ .compatible = "brcm,bcm4330-bt" },
 	{ .compatible = "brcm,bcm4334-bt" },
 	{ .compatible = "brcm,bcm4345c5" },
+	{ .compatible = "brcm,bcm43430a0-bt" },
+	{ .compatible = "brcm,bcm43430a1-bt" },
 	{ .compatible = "brcm,bcm43438-bt", .data = &bcm43438_device_data },
 	{ .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
 	{ .compatible = "brcm,bcm4335a0" },