Re: [PATCH v6 2/6] dt-bindings: avs: cpr: Convert binding to YAML schema
From: Rob Herring <robh@kernel.org>
Date: 2021-07-01 14:03:25
Also in:
linux-arm-msm, lkml, phone-devel
On Thu, 01 Jul 2021 12:54:37 +0200, AngeloGioacchino Del Regno wrote:
Convert the qcom,cpr.txt document to YAML schema and place it in the
appropriate directory, since this driver was moved from power/avs
to soc/qcom, but forgets to move the documentation.
Fixes: a7305e684fcf ("PM: AVS: qcom-cpr: Move the driver to the qcom specific drivers")
Signed-off-by: AngeloGioacchino Del Regno <redacted>
---
.../bindings/power/avs/qcom,cpr.txt | 131 +-------------
.../bindings/soc/qcom/qcom,cpr.yaml | 167 ++++++++++++++++++
MAINTAINERS | 2 +-
3 files changed, 169 insertions(+), 131 deletions(-)
create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,cpr.yamlMy 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/soc/qcom/qcom,cpr.example.dt.yaml:0:0: /example-0/cpu-opp-table: failed to match any schema with compatible: ['operating-points-v2-kryo-cpu'] Documentation/devicetree/bindings/soc/qcom/qcom,cpr.example.dt.yaml:0:0: /example-0/cpr-opp-table: failed to match any schema with compatible: ['operating-points-v2-qcom-level'] \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1499494 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.