[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <169025921911.1869485.17693463435324220177.robh@kernel.org>
Date: Mon, 24 Jul 2023 22:26:59 -0600
From: Rob Herring <robh@...nel.org>
To: Wesley Cheng <quic_wcheng@...cinc.com>
Cc: broonie@...nel.org, oneukum@...e.com,
linux-arm-kernel@...ts.infradead.org, quic_jackp@...cinc.com,
devicetree@...r.kernel.org, catalin.marinas@....com,
o-takashi@...amocchi.jp, mathias.nyman@...el.com,
conor+dt@...nel.org, bgoswami@...cinc.com,
linux-usb@...r.kernel.org, krzysztof.kozlowski+dt@...aro.org,
pierre-louis.bossart@...ux.intel.com,
srinivas.kandagatla@...aro.org, albertccwang@...gle.com,
will@...nel.org, alsa-devel@...a-project.org, andersson@...nel.org,
robh+dt@...nel.org, lgirdwood@...il.com,
linux-kernel@...r.kernel.org, perex@...ex.cz,
linux-arm-msm@...r.kernel.org, Thinh.Nguyen@...opsys.com,
tiwai@...e.com, agross@...nel.org, gregkh@...uxfoundation.org
Subject: Re: [PATCH v4 24/32] ASoC: dt-bindings: Update example for
enabling USB offload on SM8250
On Mon, 24 Jul 2023 19:34:08 -0700, Wesley Cheng wrote:
> Add an example on enabling of USB offload for the Q6DSP. The routing can
> be done by the mixer, which can pass the multimedia stream to the USB
> backend.
>
> Signed-off-by: Wesley Cheng <quic_wcheng@...cinc.com>
> ---
> .../devicetree/bindings/sound/qcom,sm8250.yaml | 15 +++++++++++++++
> 1 file changed, 15 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:
Error: Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:97.44-45 syntax error
FATAL ERROR: Unable to parse input tree
make[2]: *** [scripts/Makefile.lib:419: Documentation/devicetree/bindings/sound/qcom,sm8250.example.dtb] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1500: dt_binding_check] Error 2
make: *** [Makefile:234: __sub-make] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230725023416.11205-25-quic_wcheng@quicinc.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists