* [PATCH 1/2] Bluetooth: hci_bcm: add BCM43752
@ 2026-06-28 9:54 Hugo Osvaldo Barrera
2026-06-28 9:55 ` [PATCH 2/2] dt-bindings: bluetooth: broadcom: " Hugo Osvaldo Barrera
0 siblings, 1 reply; 5+ messages in thread
From: Hugo Osvaldo Barrera @ 2026-06-28 9:54 UTC (permalink / raw)
To: Marcel Holtmann
Cc: Luiz Augusto von Dentz, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Linus Walleij, linux-bluetooth, devicetree,
linux-kernel, Hugo Osvaldo Barrera
Add the compatible for BCM43752 used in Fydetab Duo.
Signed-off-by: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
---
drivers/bluetooth/hci_bcm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 1a4fc3882fd2..443969afa747 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1591,6 +1591,7 @@ static const struct of_device_id bcm_bluetooth_of_match[] = {
{ .compatible = "brcm,bcm43438-bt", .data = &bcm43438_device_data },
{ .compatible = "brcm,bcm4349-bt", .data = &bcm43438_device_data },
{ .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
+ { .compatible = "brcm,bcm43752-bt" },
{ .compatible = "brcm,bcm4335a0" },
{ .compatible = "cypress,cyw4373a0-bt", .data = &cyw4373a0_device_data },
{ .compatible = "infineon,cyw55572-bt", .data = &cyw55572_device_data },
--
2.54.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 2/2] dt-bindings: bluetooth: broadcom: add BCM43752
2026-06-28 9:54 [PATCH 1/2] Bluetooth: hci_bcm: add BCM43752 Hugo Osvaldo Barrera
@ 2026-06-28 9:55 ` Hugo Osvaldo Barrera
2026-06-28 16:49 ` Hugo Osvaldo Barrera
2026-06-28 19:17 ` Conor Dooley
0 siblings, 2 replies; 5+ messages in thread
From: Hugo Osvaldo Barrera @ 2026-06-28 9:55 UTC (permalink / raw)
To: Marcel Holtmann
Cc: Luiz Augusto von Dentz, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Linus Walleij, linux-bluetooth, devicetree,
linux-kernel, Hugo Osvaldo Barrera
Document the compatible string for BCM43752.
Signed-off-by: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
---
.../devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml
index 95501e858e6f..04e8a968548d 100644
--- a/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml
@@ -29,6 +29,7 @@ properties:
- brcm,bcm43438-bt
- brcm,bcm4345c5
- brcm,bcm43540-bt
+ - brcm,bcm43752-bt
- brcm,bcm4335a0
- brcm,bcm4349-bt
- cypress,cyw4373a0-bt
--
2.54.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH 2/2] dt-bindings: bluetooth: broadcom: add BCM43752
2026-06-28 9:55 ` [PATCH 2/2] dt-bindings: bluetooth: broadcom: " Hugo Osvaldo Barrera
@ 2026-06-28 16:49 ` Hugo Osvaldo Barrera
2026-06-28 19:16 ` Conor Dooley
2026-06-28 19:17 ` Conor Dooley
1 sibling, 1 reply; 5+ messages in thread
From: Hugo Osvaldo Barrera @ 2026-06-28 16:49 UTC (permalink / raw)
To: hugo
Cc: conor+dt, devicetree, krzk+dt, linusw, linux-bluetooth,
linux-kernel, luiz.dentz, marcel, robh
On Sun, 28 Jun 2026, at 13:57, bluez.test.bot@gmail.com wrote:
> […]
> ##############################
> Test: SubjectPrefix - FAIL
> Desc: Check subject contains "Bluetooth" prefix
> Output:
> "Bluetooth: " prefix is not specified in the subject
I followed the style of previous patches introducing
similar changes to this same file. Should I include
this prefix for this patch too?
> ##############################
> Test: TestRunner_mgmt-tester - FAIL
> Desc: Run mgmt-tester with test-runner
> Output:
> Total: 494, Passed: 489 (99.0%), Failed: 1, Not Run: 4
>
> Failed Test Cases
> Read Exp Feature - Success Failed 0.257 seconds
I can't find any reference of "mgmt-tester" anywhere
in the repo. Is this failure unrelated to my changes?
--
Hugo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] dt-bindings: bluetooth: broadcom: add BCM43752
2026-06-28 16:49 ` Hugo Osvaldo Barrera
@ 2026-06-28 19:16 ` Conor Dooley
0 siblings, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2026-06-28 19:16 UTC (permalink / raw)
To: Hugo Osvaldo Barrera
Cc: conor+dt, devicetree, krzk+dt, linusw, linux-bluetooth,
linux-kernel, luiz.dentz, marcel, robh
[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]
On Sun, Jun 28, 2026 at 06:49:13PM +0200, Hugo Osvaldo Barrera wrote:
> On Sun, 28 Jun 2026, at 13:57, bluez.test.bot@gmail.com wrote:
> > […]
> > ##############################
> > Test: SubjectPrefix - FAIL
> > Desc: Check subject contains "Bluetooth" prefix
> > Output:
> > "Bluetooth: " prefix is not specified in the subject
>
> I followed the style of previous patches introducing
> similar changes to this same file. Should I include
> this prefix for this patch too?
>
> > ##############################
> > Test: TestRunner_mgmt-tester - FAIL
> > Desc: Run mgmt-tester with test-runner
> > Output:
> > Total: 494, Passed: 489 (99.0%), Failed: 1, Not Run: 4
> >
> > Failed Test Cases
> > Read Exp Feature - Success Failed 0.257 seconds
>
> I can't find any reference of "mgmt-tester" anywhere
> in the repo. Is this failure unrelated to my changes?
No idea what this is, but it's unlikely to be anything to do with a
dt-binding.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] dt-bindings: bluetooth: broadcom: add BCM43752
2026-06-28 9:55 ` [PATCH 2/2] dt-bindings: bluetooth: broadcom: " Hugo Osvaldo Barrera
2026-06-28 16:49 ` Hugo Osvaldo Barrera
@ 2026-06-28 19:17 ` Conor Dooley
1 sibling, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2026-06-28 19:17 UTC (permalink / raw)
To: Hugo Osvaldo Barrera
Cc: Marcel Holtmann, Luiz Augusto von Dentz, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Linus Walleij, linux-bluetooth,
devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]
On Sun, Jun 28, 2026 at 11:55:00AM +0200, Hugo Osvaldo Barrera wrote:
> Document the compatible string for BCM43752.
>
> Signed-off-by: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
> ---
> .../devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml
> index 95501e858e6f..04e8a968548d 100644
> --- a/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml
> +++ b/Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml
> @@ -29,6 +29,7 @@ properties:
> - brcm,bcm43438-bt
> - brcm,bcm4345c5
> - brcm,bcm43540-bt
> + - brcm,bcm43752-bt
This new compatible uses no match data. Why is a fallback compatible not
suitable?
Thanks,
Conor.
> - brcm,bcm4335a0
> - brcm,bcm4349-bt
> - cypress,cyw4373a0-bt
> --
> 2.54.0
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-28 19:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-28 9:54 [PATCH 1/2] Bluetooth: hci_bcm: add BCM43752 Hugo Osvaldo Barrera
2026-06-28 9:55 ` [PATCH 2/2] dt-bindings: bluetooth: broadcom: " Hugo Osvaldo Barrera
2026-06-28 16:49 ` Hugo Osvaldo Barrera
2026-06-28 19:16 ` Conor Dooley
2026-06-28 19:17 ` Conor Dooley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox