Message ID | 20220225204138.935022-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [v2,1/2] dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1 | expand |
On Freitag, 25. Februar 2022 21:41:37 CET Luca Weiss wrote: > Document the compatible string for BCM43430A0 bluetooth used in lg-lenok > and BCM43430A1 used in asus-sparrow. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> The previous version with just BCM43430A0 the patch collected the following tags: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Not sure if with the changes I can keep them. > --- > Changes in v2: > - add bcm43430a1 too, adjust commit message to reflect that > > Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml index > 5aac094fd217..dd035ca639d4 100644 > --- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > +++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > @@ -19,6 +19,8 @@ properties: > - brcm,bcm4329-bt > - brcm,bcm4330-bt > - brcm,bcm4334-bt > + - brcm,bcm43430a0-bt > + - brcm,bcm43430a1-bt > - brcm,bcm43438-bt > - brcm,bcm4345c5 > - brcm,bcm43540-bt
On Fri, Feb 25, 2022 at 9:47 PM Luca Weiss <luca@z3ntu.xyz> wrote: > > On Freitag, 25. Februar 2022 21:41:37 CET Luca Weiss wrote: > > Document the compatible string for BCM43430A0 bluetooth used in lg-lenok > > and BCM43430A1 used in asus-sparrow. > > > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > > The previous version with just BCM43430A0 the patch collected the following > tags: > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > Acked-by: Rob Herring <robh@kernel.org> > > Not sure if with the changes I can keep them. You can keep mine. Yours, Linus Walleij
Hi all, On Freitag, 25. Februar 2022 21:41:37 CEST Luca Weiss wrote: > Document the compatible string for BCM43430A0 bluetooth used in lg-lenok > and BCM43430A1 used in asus-sparrow. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Can someone please apply this patch? It still seems to apply without fuzz. Regards Luca > --- > Changes in v2: > - add bcm43430a1 too, adjust commit message to reflect that > > Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml index > 5aac094fd217..dd035ca639d4 100644 > --- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > +++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml > @@ -19,6 +19,8 @@ properties: > - brcm,bcm4329-bt > - brcm,bcm4330-bt > - brcm,bcm4334-bt > + - brcm,bcm43430a0-bt > + - brcm,bcm43430a1-bt > - brcm,bcm43438-bt > - brcm,bcm4345c5 > - brcm,bcm43540-bt
diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml index 5aac094fd217..dd035ca639d4 100644 --- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml @@ -19,6 +19,8 @@ properties: - brcm,bcm4329-bt - brcm,bcm4330-bt - brcm,bcm4334-bt + - brcm,bcm43430a0-bt + - brcm,bcm43430a1-bt - brcm,bcm43438-bt - brcm,bcm4345c5 - brcm,bcm43540-bt
Document the compatible string 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 Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml | 2 ++ 1 file changed, 2 insertions(+)