Re: [PATCH 3/7] regulator: dt-bindings: qcom,qca6390-pmu: document WCN6851
Bartosz Golaszewski <[email protected]> Tue, 2 Jun 2026 00:54:46 -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=MfOKShaj9=TN-PwzpGUaKYFU-BmonNAGWmRp+CP87EGMQ@mail.gmail.com> |
On Mon, 1 Jun 2026 11:46:51 +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]> > --- > Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml b/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml > index 105174df7df2..3d3c6fa7ecbc 100644 > --- a/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml > +++ b/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml > @@ -21,6 +21,10 @@ properties: > - enum: > - qcom,wcn6755-pmu > - const: qcom,wcn6750-pmu > + - items: > + - enum: > + - qcom,wcn6851-pmu > + - const: qcom,wcn6855-pmu > > - enum: > - qcom,qca6390-pmu > > -- > 2.47.3 > Reviewed-by: Bartosz Golaszewski <[email protected]>