From: "Rob Herring (Arm)" <robh@kernel.org>
To: Ritesh Kumar <quic_riteshk@quicinc.com>
Cc: kishon@kernel.org, konradybcio@kernel.org, conor+dt@kernel.org,
James.Bottomley@HansenPartnership.com, sean@poorly.run,
linux-kernel@vger.kernel.org, freedreno@lists.freedesktop.org,
abhinav.kumar@linux.dev, devicetree@vger.kernel.org,
linux-phy@lists.infradead.org, mripard@kernel.org,
marijn.suijten@somainline.org, tzimmermann@suse.de,
lumag@kernel.org, airlied@gmail.com, krzk+dt@kernel.org,
jessica.zhang@oss.qualcomm.com,
maarten.lankhorst@linux.intel.com,
linux-arm-msm@vger.kernel.org, simona@ffwll.ch,
quic_mahap@quicinc.com, linux-scsi@vger.kernel.org,
quic_vproddut@quicinc.com, mani@kernel.org,
cros-qcom-dts-watchers@chromium.org,
robin.clark@oss.qualcomm.com, dri-devel@lists.freedesktop.org,
andersson@kernel.org, vkoul@kernel.org,
martin.petersen@oracle.com
Subject: Re: [PATCH 1/5] dt-bindings: phy: Add edp reference clock for qcom,edp-phy
Date: Thu, 09 Oct 2025 07:37:38 -0500 [thread overview]
Message-ID: <176001310712.1845653.12786933655118707340.robh@kernel.org> (raw)
In-Reply-To: <20251009071127.26026-2-quic_riteshk@quicinc.com>
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@quicinc.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@aec2a00 (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@aec2a00 (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@aec2a00 (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@aec2a00 (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.
next prev parent reply other threads:[~2025-10-09 12:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-09 7:11 [PATCH 0/5] Add eDP reference clock voting support Ritesh Kumar
2025-10-09 7:11 ` [PATCH 1/5] dt-bindings: phy: Add edp reference clock for qcom,edp-phy Ritesh Kumar
2025-10-09 9:27 ` Krzysztof Kozlowski
2025-10-09 11:51 ` Ritesh Kumar
2025-10-09 12:37 ` Rob Herring (Arm) [this message]
2025-10-09 7:11 ` [PATCH 2/5] dt-bindings: display/msm: update edp phy example Ritesh Kumar
2025-10-09 7:11 ` [PATCH 3/5] phy: qcom: edp: Add support for edp reference clock vote Ritesh Kumar
2025-10-09 9:28 ` Krzysztof Kozlowski
2025-10-09 7:11 ` [PATCH 4/5] arm64: dts: qcom: Add edp reference clock for edp phy Ritesh Kumar
2025-10-09 7:11 ` [PATCH 5/5] " Ritesh Kumar
2025-10-09 9:10 ` [PATCH 0/5] Add eDP reference clock voting support Konrad Dybcio
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=176001310712.1845653.12786933655118707340.robh@kernel.org \
--to=robh@kernel.org \
--cc=James.Bottomley@HansenPartnership.com \
--cc=abhinav.kumar@linux.dev \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cros-qcom-dts-watchers@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=jessica.zhang@oss.qualcomm.com \
--cc=kishon@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-scsi@vger.kernel.org \
--cc=lumag@kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mani@kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=martin.petersen@oracle.com \
--cc=mripard@kernel.org \
--cc=quic_mahap@quicinc.com \
--cc=quic_riteshk@quicinc.com \
--cc=quic_vproddut@quicinc.com \
--cc=robin.clark@oss.qualcomm.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
--cc=vkoul@kernel.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