On Sat, Mar 09, 2024 at 04:15:12AM +0100, Marek Vasut wrote: > CYW43439 is a Wi-Fi + Bluetooth combo device from Infineon. > The Bluetooth part is capable of Bluetooth 5.2 BR/EDR/LE . > This chip is present e.g. on muRata 1YN module. Extend the > binding with its DT compatible. How come there's no fallback here? Looking at the binding patch there's no device-specific handling done, what's incompatibly different between this device and some of the other ones supported by the hci_bcm driver? > > Signed-off-by: Marek Vasut > --- > Cc: "David S. Miller" > Cc: Conor Dooley > Cc: Eric Dumazet > Cc: Jakub Kicinski > Cc: Krzysztof Kozlowski > Cc: Linus Walleij > Cc: Luiz Augusto von Dentz > Cc: Marcel Holtmann > Cc: Paolo Abeni > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Cc: linux-bluetooth@vger.kernel.org > Cc: netdev@vger.kernel.org > --- > Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > index cc70b00c6ce57..670bff0078ed7 100644 > --- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > +++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > @@ -27,6 +27,7 @@ properties: > - brcm,bcm4335a0 > - brcm,bcm4349-bt > - cypress,cyw4373a0-bt > + - infineon,cyw43439-bt > - infineon,cyw55572-bt > > shutdown-gpios: > -- > 2.43.0 >