On Mon, 07 Jun 2021 16:28:35 +0100, Srinivas Kandagatla wrote:
Add compatible strings for AudioReach DSP firmware based soundcards.
Signed-off-by: Srinivas Kandagatla srinivas.kandagatla@linaro.org
.../bindings/sound/qcom,sm8250.yaml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+)
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors: In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:5: warning: "MSM_FRONTEND_DAI_MULTIMEDIA1" redefined 5 | #define MSM_FRONTEND_DAI_MULTIMEDIA1 1 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:5: note: this is the location of the previous definition 5 | #define MSM_FRONTEND_DAI_MULTIMEDIA1 0 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:6: warning: "MSM_FRONTEND_DAI_MULTIMEDIA2" redefined 6 | #define MSM_FRONTEND_DAI_MULTIMEDIA2 2 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:6: note: this is the location of the previous definition 6 | #define MSM_FRONTEND_DAI_MULTIMEDIA2 1 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:7: warning: "MSM_FRONTEND_DAI_MULTIMEDIA3" redefined 7 | #define MSM_FRONTEND_DAI_MULTIMEDIA3 3 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:7: note: this is the location of the previous definition 7 | #define MSM_FRONTEND_DAI_MULTIMEDIA3 2 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:8: warning: "MSM_FRONTEND_DAI_MULTIMEDIA4" redefined 8 | #define MSM_FRONTEND_DAI_MULTIMEDIA4 4 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:8: note: this is the location of the previous definition 8 | #define MSM_FRONTEND_DAI_MULTIMEDIA4 3 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:9: warning: "MSM_FRONTEND_DAI_MULTIMEDIA5" redefined 9 | #define MSM_FRONTEND_DAI_MULTIMEDIA5 5 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:9: note: this is the location of the previous definition 9 | #define MSM_FRONTEND_DAI_MULTIMEDIA5 4 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:10: warning: "MSM_FRONTEND_DAI_MULTIMEDIA6" redefined 10 | #define MSM_FRONTEND_DAI_MULTIMEDIA6 6 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:10: note: this is the location of the previous definition 10 | #define MSM_FRONTEND_DAI_MULTIMEDIA6 5 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:11: warning: "MSM_FRONTEND_DAI_MULTIMEDIA7" redefined 11 | #define MSM_FRONTEND_DAI_MULTIMEDIA7 7 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:11: note: this is the location of the previous definition 11 | #define MSM_FRONTEND_DAI_MULTIMEDIA7 6 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:116: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6apm.h:12: warning: "MSM_FRONTEND_DAI_MULTIMEDIA8" redefined 12 | #define MSM_FRONTEND_DAI_MULTIMEDIA8 8 | In file included from Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:20: ./scripts/dtc/include-prefixes/dt-bindings/sound/qcom,q6asm.h:12: note: this is the location of the previous definition 12 | #define MSM_FRONTEND_DAI_MULTIMEDIA8 7 | Error: Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:154.5-6 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/sound/qcom,sm8250.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1416: dt_binding_check] Error 2 \ndoc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1488759
This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1.
If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date:
pip3 install dtschema --upgrade
Please check and re-submit.