devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Joerg Roedel <joro@8bytes.org>, Will Deacon <will@kernel.org>,
	 Robin Murphy <robin.murphy@arm.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Rob Clark <robdclark@gmail.com>,
	 Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Sean Paul <sean@poorly.run>,  David Airlie <airlied@gmail.com>,
	Simona Vetter <simona@ffwll.ch>,
	 Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	 Thomas Zimmermann <tzimmermann@suse.de>,
	Robert Foss <rfoss@kernel.org>,
	 Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Wesley Cheng <quic_wcheng@quicinc.com>,
	 Christian Marangi <ansuelsmth@gmail.com>,
	Bjorn Andersson <andersson@kernel.org>,
	 Rohit Agarwal <quic_rohiagar@quicinc.com>,
	Kyle Deng <quic_chunkaid@quicinc.com>,
	 Vinod Koul <vkoul@kernel.org>,
	Dmitry Baryshkov <lumag@kernel.org>,
	 Konrad Dybcio <konradybcio@kernel.org>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	 linux-arm-msm@vger.kernel.org, iommu@lists.linux.dev,
	 devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	 dri-devel@lists.freedesktop.org,
	freedreno@lists.freedesktop.org,
	 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-usb@vger.kernel.org,
	 Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: Re: [PATCH 00/11] Various dt-bindings fixes
Date: Mon, 5 May 2025 06:56:27 -0500	[thread overview]
Message-ID: <CAL_JsqKr8Xd8uxFzE0YJTyD+V6N++VV8SX-GB5Xt0_BKkeoGUQ@mail.gmail.com> (raw)
In-Reply-To: <174637445759.1385605.15383087742490646226.b4-ty@oss.qualcomm.com>

On Sun, May 4, 2025 at 11:13 AM Dmitry Baryshkov
<dmitry.baryshkov@oss.qualcomm.com> wrote:
>
>
> On Thu, 06 Mar 2025 19:11:12 +0100, Konrad Dybcio wrote:
> > A set of not quite related bindings warnings fixes.
> >
> >
>
> Applied, thanks!
>
> [02/11] dt-bindings: display: msm: sm8350-mdss: Describe the CPU-CFG icc path
>         https://gitlab.freedesktop.org/lumag/msm/-/commit/60b8d3a2365a

And now there's a warning in linux-next:

/builds/robherring/linux-dt/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.example.dtb:
display-subsystem@ae00000 (qcom,sm8350-mdss): interconnect-names:
['mdp0-mem', 'mdp1-mem'] is too short
        from schema $id:
http://devicetree.org/schemas/display/msm/qcom,sm8350-mdss.yaml#
/builds/robherring/linux-dt/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.example.dtb:
display-subsystem@ae00000 (qcom,sm8350-mdss): interconnects:
[[4294967295, 7, 0, 4294967295, 1, 0], [4294967295, 8, 0, 4294967295,
1, 0]] is too short
        from schema $id:
http://devicetree.org/schemas/display/msm/qcom,sm8350-mdss.yaml#

  reply	other threads:[~2025-05-05 11:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-06 18:11 [PATCH 00/11] Various dt-bindings fixes Konrad Dybcio
2025-03-06 18:11 ` [PATCH 01/11] dt-bindings: iommu: qcom,iommu: Add optional TBU clock Konrad Dybcio
2025-03-07 21:55   ` Rob Herring (Arm)
2025-03-06 18:11 ` [PATCH 02/11] dt-bindings: display: msm: sm8350-mdss: Describe the CPU-CFG icc path Konrad Dybcio
2025-05-01 21:45   ` Dmitry Baryshkov
2025-03-06 18:11 ` [PATCH 03/11] dt-bindings: power: qcom,kpss-acc-v2: Add MSM8916 compatible Konrad Dybcio
2025-03-07  5:52   ` Dmitry Baryshkov
2025-03-07 11:07   ` Stephan Gerhold
2025-03-07 22:30     ` Konrad Dybcio
2025-03-12 15:12   ` Krzysztof Kozlowski
2025-03-13 22:53     ` Bjorn Andersson
2025-03-14  7:22       ` Krzysztof Kozlowski
2025-03-06 18:11 ` [PATCH 04/11] arm64: dts: qcom: msm8916: Fix KPSS ACC compatible Konrad Dybcio
2025-03-07  5:48   ` Dmitry Baryshkov
2025-03-06 18:11 ` [PATCH 05/11] arm64: dts: qcom: sdx75: Fix up the USB interrupt description Konrad Dybcio
2025-03-06 18:11 ` [PATCH 06/11] arm64: dts: qcom: sdx75: Rename AOSS_QMP to power-management Konrad Dybcio
2025-03-07  5:48   ` Dmitry Baryshkov
2025-03-06 18:11 ` [PATCH 07/11] arm64: dts: qcom: qcs615: " Konrad Dybcio
2025-03-07  5:48   ` Dmitry Baryshkov
2025-03-06 18:11 ` [PATCH 08/11] arm64: dts: qcom: sc8180x: " Konrad Dybcio
2025-03-07  5:48   ` Dmitry Baryshkov
2025-03-06 18:11 ` [PATCH 09/11] arm64: dts: qcom: x1e80100-dell-xps13-9345: Drop clock-names from PS8830 Konrad Dybcio
2025-03-07  5:51   ` Dmitry Baryshkov
2025-03-06 18:11 ` [PATCH 10/11] arm64: dts: qcom: x1e80100-romulus: " Konrad Dybcio
2025-03-07  5:49   ` Dmitry Baryshkov
2025-03-06 18:11 ` [PATCH 11/11] arm64: dts: qcom: x1e001de-devkit: " Konrad Dybcio
2025-03-07  5:50   ` Dmitry Baryshkov
2025-03-14 20:00 ` (subset) [PATCH 00/11] Various dt-bindings fixes Bjorn Andersson
2025-05-04 16:13 ` Dmitry Baryshkov
2025-05-05 11:56   ` Rob Herring [this message]
2025-05-05 14:18     ` Dmitry Baryshkov
2025-05-19 10:58   ` 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=CAL_JsqKr8Xd8uxFzE0YJTyD+V6N++VV8SX-GB5Xt0_BKkeoGUQ@mail.gmail.com \
    --to=robh@kernel.org \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=ansuelsmth@gmail.com \
    --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=gregkh@linuxfoundation.org \
    --cc=iommu@lists.linux.dev \
    --cc=joro@8bytes.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lumag@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=marijn.suijten@somainline.org \
    --cc=mripard@kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_chunkaid@quicinc.com \
    --cc=quic_rohiagar@quicinc.com \
    --cc=quic_wcheng@quicinc.com \
    --cc=rfoss@kernel.org \
    --cc=robdclark@gmail.com \
    --cc=robin.murphy@arm.com \
    --cc=sean@poorly.run \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    --cc=vkoul@kernel.org \
    --cc=will@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;
as well as URLs for NNTP newsgroup(s).