From: "Rob Herring (Arm)" <robh@kernel.org>
To: Konrad Dybcio <konradybcio@kernel.org>
Cc: linux-pm@vger.kernel.org, linux-remoteproc@vger.kernel.org,
Vinod Koul <vkoul@kernel.org>,
Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
Johan Hovold <johan+linaro@kernel.org>,
Taniya Das <quic_tdas@quicinc.com>,
Imran Shaik <quic_imrashai@quicinc.com>,
Conor Dooley <conor+dt@kernel.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Manivannan Sadhasivam <mani@kernel.org>,
devicetree@vger.kernel.org,
Krzysztof Kozlowski <krzk@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Stephen Boyd <sboyd@kernel.org>,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
linux-arm-msm@vger.kernel.org,
Bjorn Andersson <andersson@kernel.org>,
Jagadeesh Kona <quic_jkona@quicinc.com>,
linux-clk@vger.kernel.org, Ulf Hansson <ulf.hansson@linaro.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/5] dt-bindings: clock: qcom: Allow MXC on SC8280XP CAMCC
Date: Tue, 04 Nov 2025 14:28:30 -0600 [thread overview]
Message-ID: <176228811062.2960164.2575259376675191895.robh@kernel.org> (raw)
In-Reply-To: <20251104-topic-8280_mxc-v1-3-df545af0ef94@oss.qualcomm.com>
On Tue, 04 Nov 2025 20:31:08 +0100, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.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@oss.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@ade0000 (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.
next prev parent reply other threads:[~2025-11-04 20:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-04 19:31 [PATCH 0/5] Define VDD_MXC for SC8280XP Konrad Dybcio
2025-11-04 19:31 ` [PATCH 1/5] dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO Konrad Dybcio
2025-11-04 19:31 ` [PATCH 2/5] dt-bindings: remoteproc: qcom,sc8280xp-pas: Fix CDSP power desc Konrad Dybcio
2025-11-05 9:14 ` Krzysztof Kozlowski
2025-11-05 9:15 ` Konrad Dybcio
2025-11-04 19:31 ` [PATCH 3/5] dt-bindings: clock: qcom: Allow MXC on SC8280XP CAMCC Konrad Dybcio
2025-11-04 20:28 ` Rob Herring (Arm) [this message]
2025-11-04 19:31 ` [PATCH 4/5] pmdomain: qcom: rpmhpd: Add MXC to SC8280XP Konrad Dybcio
2025-11-04 19:31 ` [PATCH 5/5] arm64: dts: qcom: sc8280xp: Add missing VDD_MXC links Konrad Dybcio
2025-11-05 1:00 ` Dmitry Baryshkov
2025-11-05 9:21 ` Imran Shaik
2025-11-05 11:02 ` Konrad Dybcio
2025-11-06 9:14 ` Imran Shaik
2025-11-26 20:10 ` (subset) [PATCH 0/5] Define VDD_MXC for SC8280XP Bjorn Andersson
2025-12-01 20:14 ` Rob Herring
2025-12-02 9:19 ` Ulf Hansson
2025-12-02 13:27 ` Konrad Dybcio
2025-12-02 17:27 ` Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176228811062.2960164.2575259376675191895.robh@kernel.org \
--to=robh@kernel.org \
--cc=andersson@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=johan+linaro@kernel.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mani@kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=mturquette@baylibre.com \
--cc=quic_imrashai@quicinc.com \
--cc=quic_jkona@quicinc.com \
--cc=quic_tdas@quicinc.com \
--cc=sboyd@kernel.org \
--cc=ulf.hansson@linaro.org \
--cc=vkoul@kernel.org \
--cc=vladimir.zapolskiy@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox