From: Yongxing Mou <quic_yongmou@quicinc.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: "Rob Herring (Arm)" <robh@kernel.org>,
<linux-arm-msm@vger.kernel.org>,
Kuogee Hsieh <quic_khsieh@quicinc.com>,
Conor Dooley <conor+dt@kernel.org>, <devicetree@vger.kernel.org>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Rob Clark <robin.clark@oss.qualcomm.com>,
Sean Paul <sean@poorly.run>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
Jessica Zhang <jessica.zhang@oss.qualcomm.com>,
Konrad Dybcio <konradybcio@kernel.org>,
Marijn Suijten <marijn.suijten@somainline.org>,
<freedreno@lists.freedesktop.org>,
Abhinav Kumar <abhinav.kumar@linux.dev>,
<linux-kernel@vger.kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Dmitry Baryshkov <lumag@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
<dri-devel@lists.freedesktop.org>,
Simona Vetter <simona@ffwll.ch>,
Maxime Ripard <mripard@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
David Airlie <airlied@gmail.com>
Subject: Re: [PATCH v5 3/5] dt-bindings: display/msm: Document MDSS on QCS8300
Date: Mon, 4 Aug 2025 14:10:55 +0800 [thread overview]
Message-ID: <a3ee95ab-79ba-443d-9b40-35531da48cc6@quicinc.com> (raw)
In-Reply-To: <aiaonlbxwzbpuvnzijzp7btf2oxvtseq7zoylopllooeqshmux@unhoejkdyl6v>
On 2025/8/4 12:49, Dmitry Baryshkov wrote:
> WARNING: This email originated from outside of Qualcomm. Please be wary of any links or attachments, and do not enable macros.
>
> On Mon, Aug 04, 2025 at 12:00:39PM +0800, Yongxing Mou wrote:
>>
>>
>> On 2025/7/31 4:31, Rob Herring (Arm) wrote:
>>> WARNING: This email originated from outside of Qualcomm. Please be wary of any links or attachments, and do not enable macros.
>>>
>>> On Wed, 30 Jul 2025 17:42:28 +0800, Yongxing Mou wrote:
>>>> Document the MDSS hardware found on the Qualcomm QCS8300 platform.
>>>>
>>>> Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com>
>>>> ---
>>>> .../bindings/display/msm/qcom,qcs8300-mdss.yaml | 284 +++++++++++++++++++++
>>>> 1 file changed, 284 insertions(+)
>>>>
>>>
>>> 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,qcs8300-mdss.example.dtb: phy@aec2a00 (qcom,qcs8300-edp-phy): compatible:0: 'qcom,qcs8300-edp-phy' is not one of ['qcom,sa8775p-edp-phy', 'qcom,sc7280-edp-phy', 'qcom,sc8180x-edp-phy', 'qcom,sc8280xp-dp-phy', 'qcom,sc8280xp-edp-phy', 'qcom,x1e80100-dp-phy']
>>> from schema $id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#
>>> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/msm/qcom,qcs8300-mdss.example.dtb: phy@aec2a00 (qcom,qcs8300-edp-phy): compatible: ['qcom,qcs8300-edp-phy', 'qcom,sa8775p-edp-phy'] is too long
>>> 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/20250730-mdssdt_qcs8300-v5-3-bc8ea35bbed6@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.
>>>
>> This warning need to apply this patch..
>> https://lore.kernel.org/all/20250730072725.1433360-1-quic_yongmou@quicinc.com/
>> thanks, link in the cover-letter seem wrong. and there is an unnecessary ~
>
> It's not listed in b4 dependencies.
>
> --
> With best wishes
> Dmitry
Ohh, sorry.. will update it in next version...
next prev parent reply other threads:[~2025-08-04 6:11 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-30 9:42 [PATCH v5 0/5] Display enablement changes for Qualcomm QCS8300 platform Yongxing Mou
2025-07-30 9:42 ` [PATCH v5 1/5] dt-bindings: display/msm: Document the DPU for QCS8300 Yongxing Mou
2025-07-30 9:42 ` [PATCH v5 2/5] dt-bindings: display/msm: dp-controller: document QCS8300 compatible Yongxing Mou
2025-07-30 18:04 ` Dmitry Baryshkov
2025-08-01 2:45 ` Yongxing Mou
2025-07-30 9:42 ` [PATCH v5 3/5] dt-bindings: display/msm: Document MDSS on QCS8300 Yongxing Mou
2025-07-30 20:31 ` Rob Herring (Arm)
2025-08-04 4:00 ` Yongxing Mou
2025-08-04 4:49 ` Dmitry Baryshkov
2025-08-04 6:10 ` Yongxing Mou [this message]
2025-08-02 9:56 ` Dmitry Baryshkov
2025-08-04 4:31 ` Yongxing Mou
2025-08-04 4:52 ` Dmitry Baryshkov
2025-08-04 6:11 ` Yongxing Mou
2025-07-30 9:42 ` [PATCH v5 4/5] drm/msm: mdss: Add QCS8300 support Yongxing Mou
2025-07-30 9:42 ` [PATCH v5 5/5] soc: qcom: ubwc: Add QCS8300 UBWC cfg Yongxing Mou
2025-07-30 10:16 ` Konrad Dybcio
2025-08-01 2:50 ` Yongxing Mou
2025-11-14 14:26 ` [PATCH v5 0/5] Display enablement changes for Qualcomm QCS8300 platform Dmitry Baryshkov
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=a3ee95ab-79ba-443d-9b40-35531da48cc6@quicinc.com \
--to=quic_yongmou@quicinc.com \
--cc=abhinav.kumar@linux.dev \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=jessica.zhang@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lumag@kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marijn.suijten@somainline.org \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=quic_khsieh@quicinc.com \
--cc=robh@kernel.org \
--cc=robin.clark@oss.qualcomm.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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
all inboxes | Powered by JetHome®