[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176001310712.1845653.12786933655118707340.robh@kernel.org>
Date: Thu, 09 Oct 2025 07:37:38 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ritesh Kumar <quic_riteshk@...cinc.com>
Cc: kishon@...nel.org, konradybcio@...nel.org, conor+dt@...nel.org,
James.Bottomley@...senPartnership.com, sean@...rly.run,
linux-kernel@...r.kernel.org, freedreno@...ts.freedesktop.org,
abhinav.kumar@...ux.dev, devicetree@...r.kernel.org,
linux-phy@...ts.infradead.org, mripard@...nel.org,
marijn.suijten@...ainline.org, tzimmermann@...e.de, lumag@...nel.org,
airlied@...il.com, krzk+dt@...nel.org, jessica.zhang@....qualcomm.com,
maarten.lankhorst@...ux.intel.com, linux-arm-msm@...r.kernel.org,
simona@...ll.ch, quic_mahap@...cinc.com, linux-scsi@...r.kernel.org,
quic_vproddut@...cinc.com, mani@...nel.org,
cros-qcom-dts-watchers@...omium.org, robin.clark@....qualcomm.com,
dri-devel@...ts.freedesktop.org, andersson@...nel.org, vkoul@...nel.org,
martin.petersen@...cle.com
Subject: Re: [PATCH 1/5] dt-bindings: phy: Add edp reference clock for
qcom,edp-phy
On Thu, 09 Oct 2025 12:41:23 +0530, Ritesh Kumar wrote:
> Add edp reference clock for qcom,edp-phy which is required
> to be enabled before eDP PHY initialization.
>
> Signed-off-by: Ritesh Kumar <quic_riteshk@...cinc.com>
> ---
> Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 7 ++++---
> 1 file changed, 4 insertions(+), 3 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/display/msm/qcom,sa8775p-mdss.example.dtb: phy@...2a00 (qcom,sa8775p-edp-phy): clock-names: ['aux', 'cfg_ahb'] is too short
from schema $id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.example.dtb: phy@...2a00 (qcom,sa8775p-edp-phy): clocks: [[4294967295, 11], [4294967295, 1]] is too short
from schema $id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/msm/qcom,sc7280-mdss.example.dtb: phy@...2a00 (qcom,sc7280-edp-phy): clock-names: ['aux', 'cfg_ahb'] is too short
from schema $id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/msm/qcom,sc7280-mdss.example.dtb: phy@...2a00 (qcom,sc7280-edp-phy): clocks: [[4294967295, 0], [4294967295, 183]] is too short
from schema $id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251009071127.26026-2-quic_riteshk@quicinc.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