diff mbox series

[2/5] Bluetooth: hci_bcm: add BCM43430A0

Message ID 20220216212433.1373903-3-luca@z3ntu.xyz
State Superseded
Headers show
Series Wifi & Bluetooth on LG G Watch R | expand

Commit Message

Luca Weiss Feb. 16, 2022, 9:24 p.m. UTC
Add the compatible for BCM43430A0 bluetooth to the driver.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
 drivers/bluetooth/hci_bcm.c | 1 +
 1 file changed, 1 insertion(+)

Comments

bluez.test.bot@gmail.com Feb. 16, 2022, 10:02 p.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=615144

---Test result---

Test Summary:
CheckPatch                    FAIL      1.78 seconds
GitLint                       PASS      1.02 seconds
SubjectPrefix                 PASS      0.87 seconds
BuildKernel                   PASS      37.42 seconds
BuildKernel32                 PASS      32.54 seconds
Incremental Build with patchesPASS      44.92 seconds
TestRunner: Setup             PASS      579.45 seconds
TestRunner: l2cap-tester      PASS      16.06 seconds
TestRunner: bnep-tester       PASS      7.36 seconds
TestRunner: mgmt-tester       PASS      121.35 seconds
TestRunner: rfcomm-tester     PASS      9.99 seconds
TestRunner: sco-tester        PASS      9.33 seconds
TestRunner: smp-tester        PASS      9.44 seconds
TestRunner: userchan-tester   PASS      7.63 seconds

Details
##############################
Test: CheckPatch - FAIL - 1.78 seconds
Run checkpatch.pl script with rule in .checkpatch.conf
[2/5] Bluetooth: hci_bcm: add BCM43430A0\WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "brcm,bcm43430a0-bt" appears un-documented -- check ./Documentation/devicetree/bindings/
#71: FILE: drivers/bluetooth/hci_bcm.c:1516:
+	{ .compatible = "brcm,bcm43430a0-bt" },

total: 0 errors, 1 warnings, 7 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/12749111.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.




---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index d634a27bc850..e19c7a41a4f6 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1513,6 +1513,7 @@  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,bcm43438-bt", .data = &bcm43438_device_data },
 	{ .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
 	{ .compatible = "brcm,bcm4335a0" },