[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1633436798.553183.3226797.nullmailer@robh.at.kernel.org>
Date: Tue, 05 Oct 2021 07:26:38 -0500
From: Rob Herring <robh@...nel.org>
To: Marijn Suijten <marijn.suijten@...ainline.org>
Cc: Stephen Boyd <sboyd@...nel.org>, Taniya Das <tdas@...eaurora.org>,
Jami Kettunen <jami.kettunen@...ainline.org>,
linux-kernel@...r.kernel.org,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...ainline.org>,
linux-arm-msm@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
~postmarketos/upstreaming@...ts.sr.ht,
Konrad Dybcio <konrad.dybcio@...ainline.org>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Michael Turquette <mturquette@...libre.com>,
Pavel Dubrova <pashadubrova@...il.com>,
Martin Botka <martin.botka@...ainline.org>,
linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
phone-devel@...r.kernel.org
Subject: Re: [PATCH v5 1/2] dt-bindings: clk: qcom: Document MSM8976 Global Clock Controller
On Mon, 04 Oct 2021 21:52:54 +0200, Marijn Suijten wrote:
> Document the required properties and firmware clocks for gcc-msm8976 to
> operate nominally, and add header definitions for referencing the clocks
> from firmware.
>
> Signed-off-by: Marijn Suijten <marijn.suijten@...ainline.org>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...ainline.org>
> ---
> .../bindings/clock/qcom,gcc-msm8976.yaml | 95 +++++++
> include/dt-bindings/clock/qcom,gcc-msm8976.h | 240 ++++++++++++++++++
> 2 files changed, 335 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-msm8976.yaml
> create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8976.h
>
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:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/qcom,gcc-msm8976.example.dt.yaml: clock-controller@...0000: 'vdd_gfx-supply' is a required property
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/qcom,gcc-msm8976.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1536345
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