[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176228811062.2960164.2575259376675191895.robh@kernel.org>
Date: Tue, 04 Nov 2025 14:28:30 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Konrad Dybcio <konradybcio@...nel.org>
Cc: linux-pm@...r.kernel.org, linux-remoteproc@...r.kernel.org,
Vinod Koul <vkoul@...nel.org>,
Bryan O'Donoghue <bryan.odonoghue@...aro.org>,
Johan Hovold <johan+linaro@...nel.org>, Taniya Das <quic_tdas@...cinc.com>,
Imran Shaik <quic_imrashai@...cinc.com>, Conor Dooley <conor+dt@...nel.org>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Manivannan Sadhasivam <mani@...nel.org>, devicetree@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>,
Michael Turquette <mturquette@...libre.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Stephen Boyd <sboyd@...nel.org>,
Konrad Dybcio <konrad.dybcio@....qualcomm.com>,
Vladimir Zapolskiy <vladimir.zapolskiy@...aro.org>,
linux-arm-msm@...r.kernel.org, Bjorn Andersson <andersson@...nel.org>,
Jagadeesh Kona <quic_jkona@...cinc.com>, linux-clk@...r.kernel.org,
Ulf Hansson <ulf.hansson@...aro.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/5] dt-bindings: clock: qcom: Allow MXC on SC8280XP
CAMCC
On Tue, 04 Nov 2025 20:31:08 +0100, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
>
> Move the SC8280XP camera clock controller to the 8450 binding, as their
> actual characteristics happen to be closer to that one.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
> ---
> .../devicetree/bindings/clock/qcom,sa8775p-camcc.yaml | 13 -------------
> .../devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 2 ++
> 2 files changed, 2 insertions(+), 13 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/clock/qcom,sa8775p-camcc.example.dtb: clock-controller@...0000 (qcom,sa8775p-camcc): Unevaluated properties are not allowed ('#clock-cells', '#power-domain-cells', '#reset-cells', 'reg' were unexpected)
from schema $id: http://devicetree.org/schemas/clock/qcom,sa8775p-camcc.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251104-topic-8280_mxc-v1-3-df545af0ef94@oss.qualcomm.com
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