On Wed, 05 Mar 2025 11:21:00 +0100, Oleksij Rempel wrote: > Convert the ICS-43432 MEMS microphone device tree binding from text format > to YAML. > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- > changes v4: > - add Reviewed-by: Rob... > changes v3: > - add maintainer > - remove '|' after 'description:' > changes v2: > - use "enum" instead "oneOf + const" > --- > .../devicetree/bindings/sound/ics43432.txt | 19 ------- > .../bindings/sound/invensense,ics43432.yaml | 51 +++++++++++++++++++ > 2 files changed, 51 insertions(+), 19 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/ics43432.txt > create mode 100644 Documentation/devicetree/bindings/sound/invensense,ics43432.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/invensense,ics43432.yaml: maintainers:0: 'N/A' does not match '@' from schema $id: http://devicetree.org/meta-schemas/base.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250305102103.1194277-2-o.rempel@xxxxxxxxxxxxxx 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.