On Fri, 22 Mar 2024 18:13:25 +0800, Shengjiu Wang wrote: > Convert the fsl-asoc-card binding to YAML. > > In order to pass the checking, add some used compatible > string from devicetree. > > Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx> > --- > .../bindings/sound/fsl-asoc-card.txt | 117 ----------- > .../bindings/sound/fsl-asoc-card.yaml | 196 ++++++++++++++++++ > 2 files changed, 196 insertions(+), 117 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/fsl-asoc-card.txt > create mode 100644 Documentation/devicetree/bindings/sound/fsl-asoc-card.yaml > 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: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/sound/fsl-asoc-card.yaml references a file that doesn't exist: Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml Documentation/devicetree/bindings/sound/fsl-asoc-card.yaml: Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/1711102406-8399-2-git-send-email-shengjiu.wang@xxxxxxx 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.