On Wed, 08 May 2024 17:42:59 +0300, Jan Dakinevich wrote: > Convert Amlogic AXG Audio Clock Controller binding to yaml. > > Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxx> > Signed-off-by: Jan Dakinevich <jan.dakinevich@xxxxxxxxxxxxxxxxx> > --- > .../bindings/clock/amlogic,axg-audio-clkc.txt | 59 ------ > .../clock/amlogic,axg-audio-clkc.yaml | 181 ++++++++++++++++++ > 2 files changed, 181 insertions(+), 59 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/amlogic,axg-audio-clkc.txt > create mode 100644 Documentation/devicetree/bindings/clock/amlogic,axg-audio-clkc.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/clock/amlogic,axg-audio-clkc.example.dtb: clock-controller@0: clocks: [[4294967295, 35], [4294967295, 11], [4294967295, 12], [4294967295, 13], [4294967295, 14], [4294967295, 69], [4294967295, 3], [4294967295, 4], [4294967295, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]] is too short from schema $id: http://devicetree.org/schemas/clock/amlogic,axg-audio-clkc.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240508144259.191843-4-jan.dakinevich@xxxxxxxxxxxxxxxxx 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.