[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1625148163.600524.2278711.nullmailer@robh.at.kernel.org>
Date: Thu, 01 Jul 2021 08:02:43 -0600
From: Rob Herring <robh@...nel.org>
To: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...ainline.org>
Cc: bjorn.andersson@...aro.org, lgirdwood@...il.com,
jeffrey.l.hugo@...il.com, agross@...nel.org,
martin.botka@...ainline.org, paul.bouchara@...ainline.org,
marijn.suijten@...ainline.org, linux-kernel@...r.kernel.org,
broonie@...nel.org, phone-devel@...r.kernel.org,
robh+dt@...nel.org, devicetree@...r.kernel.org,
jami.kettunen@...ainline.org,
~postmarketos/upstreaming@...ts.sr.ht,
konrad.dybcio@...ainline.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v6 2/6] dt-bindings: avs: cpr: Convert binding to YAML schema
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 <angelogioacchino.delregno@...ainline.org>
> ---
> .../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.yaml
>
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/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.
Powered by blists - more mailing lists