On Mon, 16 Oct 2023 18:15:53 +0300, Eugen Hristev wrote: > Convert the mediatek,audsys binding to YAML, together with the associated > binding bindings/sound/mt2701-afe-pcm.yaml . > > Signed-off-by: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > --- > Changes in v6: > - renamed mt2701-audio.yaml to mediatek,mt2701-audio.yaml > - add Rb Rob Herring > > Changes in v5: > - removed example for mt2701-audio > - renamed mt2701-afe-pcm to mt2701-audio > - added clock cells as required, removed reg from required, in audsys binding > - removed reference comment in mt2701-audio > - removed assigned clocks from mt2701-audio > > Changes in v4: > - fix error reported by Rob's bot : > ./Documentation/devicetree/bindings/sound/mt2701-afe-pcm.yaml:11:4: [error] missing starting space in comment (comments) > > Changes in v3: > - not added Rb Conor Dooley since the patch was changed in a big essence > - As per review by Krzysztof, also convert the mt2701-afe-pcm and reference > the correct schema in the audsys binding. > > Changes in v2: > - remove comment reference to inexistent binding > > > > .../bindings/arm/mediatek/mediatek,audsys.txt | 39 ----- > .../arm/mediatek/mediatek,audsys.yaml | 153 ++++++++++++++++++ > .../bindings/sound/mediatek,mt2701-audio.yaml | 117 ++++++++++++++ > .../bindings/sound/mt2701-afe-pcm.txt | 146 ----------------- > 4 files changed, 270 insertions(+), 185 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt > create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.yaml > create mode 100644 Documentation/devicetree/bindings/sound/mediatek,mt2701-audio.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt > 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: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.yaml: Error in referenced schema matching $id: http://devicetree.org/schemas/sound/mt2701-audio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/mediatek,mt2701-audio.yaml: $id: Cannot determine base path from $id, relative path/filename doesn't match actual path or filename $id: http://devicetree.org/schemas/sound/mt2701-audio.yaml file: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/mediatek,mt2701-audio.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20231016151553.5336-1-eugen.hristev@xxxxxxxxxxxxx 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.