[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201130170311.GA2630904@robh.at.kernel.org>
Date: Mon, 30 Nov 2020 10:03:11 -0700
From: Rob Herring <robh@...nel.org>
To: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...ainline.org>
Cc: linux-pm@...r.kernel.org, viresh.kumar@...aro.org,
linux-kernel@...r.kernel.org, martin.botka@...ainline.org,
rjw@...ysocki.net, phone-devel@...r.kernel.org,
ulf.hansson@...aro.org, linux-arm-msm@...r.kernel.org,
marijn.suijten@...ainline.org, jorge.ramirez-ortiz@...aro.org,
agross@...nel.org, robh+dt@...nel.org, devicetree@...r.kernel.org,
lgirdwood@...il.com, nks@...wful.org, konrad.dybcio@...ainline.org,
daniel.lezcano@...aro.org, bjorn.andersson@...aro.org,
broonie@...nel.org
Subject: Re: [PATCH 07/13] dt-bindings: avs: cpr: Convert binding to YAML
schema
On Thu, 26 Nov 2020 19:45:53 +0100, AngeloGioacchino Del Regno wrote:
> Convert the qcom,cpr.txt document to YAML schema and place it in the
> appropriate directory, since commit a7305e684fc moves this driver
> from power/avs to soc/qcom, but forgets to move the documentation.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...ainline.org>
> ---
> .../bindings/power/avs/qcom,cpr.txt | 131 +-----------------
> .../bindings/soc/qcom/qcom,cpr.yaml | 115 +++++++++++++++
> MAINTAINERS | 2 +-
> 3 files changed, 117 insertions(+), 131 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,cpr.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/qcom/qcom,cpr.yaml: properties:clock-names: [{'const': 'ref'}] is not of type 'object', 'boolean'
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/qcom/qcom,cpr.yaml: ignoring, error in schema: properties: clock-names
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/qcom/qcom,cpr.yaml
See https://patchwork.ozlabs.org/patch/1406855
The base for the patch is generally the last rc1. Any dependencies
should be noted.
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