On Fri, 13 Dec 2024 16:52:39 +0000, Vincenzo Frascino wrote: > Convert the Xilinx Audio Formatter 1.0 device tree binding documentation > to json-schema. > > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> > --- > .../bindings/sound/xlnx,audio-formatter.txt | 29 ------- > .../bindings/sound/xlnx,audio-formatter.yaml | 84 +++++++++++++++++++ > 2 files changed, 84 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/xlnx,audio-formatter.txt > create mode 100644 Documentation/devicetree/bindings/sound/xlnx,audio-formatter.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/xlnx,audio-formatter.yaml: title: 'Device-Tree bindings for Xilinx PL audio formatter' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'} hint: Everything is a binding/schema, no need to say it. Describe what hardware the binding is for. from schema $id: http://devicetree.org/meta-schemas/base.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/xlnx,audio-formatter.example.dtb: audio_formatter@80010000: reg: [[0, 2147549184], [0, 4096]] is too long from schema $id: http://devicetree.org/schemas/sound/xlnx,audio-formatter.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/xlnx,audio-formatter.example.dtb: audio_formatter@80010000: interrupts-parent: b'\xff\xff\xff\xff' is not of type 'array' from schema $id: http://devicetree.org/schemas/sound/xlnx,audio-formatter.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/xlnx,audio-formatter.example.dtb: audio_formatter@80010000: interrupts-parent: b'\xff\xff\xff\xff' is not of type 'object', 'integer', 'array', 'boolean', 'null' from schema $id: http://devicetree.org/schemas/dt-core.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241213165240.3652961-3-vincenzo.frascino@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.