Re: [PATCH 4/7] dt-bindings: bluetooth: qcom,wcn6855-bt: document WCN6851
Bartosz Golaszewski <[email protected]> Tue, 2 Jun 2026 00:56:53 -0700
| Newsgroups | org.infradead.lists.ath11k,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-bluetooth,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <CAMRc=Mec4ZU4TswetjpWX+S8y9AmfAeu3mteDOx9zKLL_SB15A@mail.gmail.com> |
On Mon, 1 Jun 2026 11:46:52 +0200, Dmitry Baryshkov <[email protected]> said: > WCN6851 is an earlier version of WCN6855 WiFi/BT chip, compatible with > it. Add a device-specific compat string with the fallback to WCN6855 > one. > > Signed-off-by: Dmitry Baryshkov <[email protected]> > --- > .../devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml > index 0beda26ae8bb..ec766f40a042 100644 > --- a/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml > +++ b/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml > @@ -13,8 +13,12 @@ maintainers: > > properties: > compatible: > - enum: > - - qcom,wcn6855-bt > + oneOf: > + - items: > + - const: qcom,wcn6851-bt > + - const: qcom,wcn6855-bt > + - enum: > + - qcom,wcn6855-bt > > enable-gpios: > maxItems: 1 > > -- > 2.47.3 > > Reviewed-by: Bartosz Golaszewski <[email protected]>