On Thu, 14 Oct 2021 08:32:35 +0000, Yassine Oudjana wrote: > Convert qcom-nvmem-cpufreq to DT schema format. > > Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > --- > .../bindings/opp/qcom-cpufreq-nvmem.yaml | 877 ++++++++++++++++++ > .../bindings/opp/qcom-nvmem-cpufreq.txt | 796 ---------------- > MAINTAINERS | 2 +- > 3 files changed, 878 insertions(+), 797 deletions(-) > create mode 100644 Documentation/devicetree/bindings/opp/qcom-cpufreq-nvmem.yaml > delete mode 100644 Documentation/devicetree/bindings/opp/qcom-nvmem-cpufreq.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: Documentation/devicetree/bindings/opp/qcom-cpufreq-nvmem.example.dt.yaml:0:0: /soc/power-controller@b018000: failed to match any schema with compatible: ['qcom,qcs404-cpr', 'qcom,cpr'] Documentation/devicetree/bindings/opp/qcom-cpufreq-nvmem.example.dt.yaml:0:0: /soc/power-controller@b018000: failed to match any schema with compatible: ['qcom,qcs404-cpr', 'qcom,cpr'] Documentation/devicetree/bindings/opp/qcom-cpufreq-nvmem.example.dt.yaml:0:0: /cpr-opp-table: failed to match any schema with compatible: ['operating-points-v2-qcom-level'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1540830 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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.