[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174036873937.769195.3244673416189974329.robh@kernel.org>
Date: Sun, 23 Feb 2025 21:45:42 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Barnabás Czémán <barnabas.czeman@...nlining.org>
Cc: Conor Dooley <conor+dt@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, dri-devel@...ts.freedesktop.org,
freedreno@...ts.freedesktop.org, Maxime Ripard <mripard@...nel.org>,
linux-clk@...r.kernel.org, Will Deacon <will@...nel.org>,
Stephen Boyd <sboyd@...nel.org>, Thomas Zimmermann <tzimmermann@...e.de>,
iommu@...ts.linux.dev, Robin Murphy <robin.murphy@....com>,
Joerg Roedel <joro@...tes.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Abhinav Kumar <quic_abhinavk@...cinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
Marijn Suijten <marijn.suijten@...ainline.org>,
Michael Turquette <mturquette@...libre.com>,
Simona Vetter <simona@...ll.ch>, Stephan Gerhold <stephan@...hold.net>,
Linus Walleij <linus.walleij@...aro.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Otto Pflüger <otto.pflueger@...cue.de>,
linux-arm-msm@...r.kernel.org, linux-gpio@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Sean Paul <sean@...rly.run>,
David Airlie <airlied@...il.com>, Lee Jones <lee@...nel.org>,
Rob Clark <robdclark@...il.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Bjorn Andersson <andersson@...nel.org>
Subject: Re: [PATCH v3 1/8] dt-bindings: clock: qcom: Add MSM8937 Global
Clock Controller
On Mon, 24 Feb 2025 02:56:16 +0100, Barnabás Czémán wrote:
> Add device tree bindings for the global clock controller on Qualcomm
> MSM8937 platform.
>
> Signed-off-by: Barnabás Czémán <barnabas.czeman@...nlining.org>
> ---
> .../bindings/clock/qcom,gcc-msm8937.yaml | 73 ++++++++++++++++++++++
> include/dt-bindings/clock/qcom,gcc-msm8917.h | 17 +++++
> 2 files changed, 90 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/clock/qcom,gcc-msm8937.example.dts:24.28-29 syntax error
FATAL ERROR: Unable to parse input tree
make[2]: *** [scripts/Makefile.dtbs:131: Documentation/devicetree/bindings/clock/qcom,gcc-msm8937.example.dtb] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1511: dt_binding_check] Error 2
make: *** [Makefile:251: __sub-make] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250224-msm8937-v3-1-dad7c182cccb@mainlining.org
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists