Message ID | 20230129215136.5557-2-steev@kali.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Attempt at adding WCN6855 BT support | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
This is an automated email and please do not reply to this email. Dear Submitter, Thank you for submitting the patches to the linux bluetooth mailing list. While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository. ----- Output ----- error: patch failed: arch/arm64/boot/dts/qcom/sc8280xp.dtsi:1244 error: arch/arm64/boot/dts/qcom/sc8280xp.dtsi: patch does not apply hint: Use 'git am --show-current-patch' to see the failed patch Please resolve the issue and submit the patches again. --- Regards, Linux Bluetooth
On Sun, Jan 29, 2023 at 03:51:27PM -0600, Steev Klimaszewski wrote: > Add bindings for the QTI WCN6855 chipset, based on the WCN6750. Proper threading is all patches are reply to cover letter. Drop the last 'binding' in the subject. Don't need it twice. > > Signed-off-by: Steev Klimaszewski <steev@kali.org> > --- > .../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml > index a6a6b0e4df7a..64e278561ba8 100644 > --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml > +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml > @@ -23,6 +23,7 @@ properties: > - qcom,wcn3998-bt > - qcom,qca6390-bt > - qcom,wcn6750-bt > + - qcom,wcn6855-bt > > enable-gpios: > maxItems: 1 > @@ -121,6 +122,7 @@ allOf: > contains: > enum: > - qcom,wcn6750-bt > + - qcom,wcn6855-bt > then: > required: > - enable-gpios > -- > 2.39.0 >
Hi Rob, On Mon, Jan 30, 2023 at 4:23 PM Rob Herring <robh@kernel.org> wrote: > > Proper threading is all patches are reply to cover letter. > > Drop the last 'binding' in the subject. Don't need it twice. Sorry, I'm not sure what happened with my threading here, I changed chainreplyto=true to false in my .gitconfig so hopefully v2 will come correctly.
diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml index a6a6b0e4df7a..64e278561ba8 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml @@ -23,6 +23,7 @@ properties: - qcom,wcn3998-bt - qcom,qca6390-bt - qcom,wcn6750-bt + - qcom,wcn6855-bt enable-gpios: maxItems: 1 @@ -121,6 +122,7 @@ allOf: contains: enum: - qcom,wcn6750-bt + - qcom,wcn6855-bt then: required: - enable-gpios
Add bindings for the QTI WCN6855 chipset, based on the WCN6750. Signed-off-by: Steev Klimaszewski <steev@kali.org> --- .../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 2 ++ 1 file changed, 2 insertions(+)