OSDN Git Service

Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1
authorLuca Weiss <luca@z3ntu.xyz>
Fri, 25 Feb 2022 20:41:38 +0000 (21:41 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Mar 2022 15:57:13 +0000 (16:57 +0100)
Add the compatible for BCM43430A0 bluetooth used in lg-lenok and
BCM43430A1 used in asus-sparrow.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c

index d634a27..bd090d9 100644 (file)
@@ -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" },