From: Rob Herring <robh@kernel•org>
To: "Jakub Kicinski" <kuba@kernel•org>,
"Eric Dumazet" <edumazet@google•com>,
"Paolo Abeni" <pabeni@redhat•com>,
"Wolfram Sang" <wsa+renesas@sang-engineering•com>,
"Andrew Lunn" <andrew+netdev@lunn•ch>,
linux-kernel@vger•kernel.org, linux-mmc@vger•kernel.org,
dri-devel@lists•freedesktop.org, devicetree@vger•kernel.org,
"Johannes Berg" <johannes@sipsolutions•net>,
"Bjorn Andersson" <andersson@kernel•org>,
"Krzysztof Wilczyński" <kwilczynski@kernel•org>,
linux-arm-kernel@lists•infradead.org,
"Jeff Johnson" <jjohnson@kernel•org>,
linux-pci@vger•kernel.org,
"Lorenzo Pieralisi" <lpieralisi@kernel•org>,
linux-usb@vger•kernel.org, "Conor Dooley" <conor+dt@kernel•org>,
ath11k@lists•infradead.org, linux-spi@vger•kernel.org,
linux-remoteproc@vger•kernel.org, "Ulf Hansson" <ulfh@kernel•org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation•org>,
"Andi Shyti" <andi.shyti@kernel•org>,
"Manivannan Sadhasivam" <mani@kernel•org>,
"David S. Miller" <davem@davemloft•net>,
"Mathieu Poirier" <mathieu.poirier@linaro•org>,
"Maxime Ripard" <mripard@kernel•org>,
"Sylwester Nawrocki" <s.nawrocki@samsung•com>,
linux-wireless@vger•kernel.org, "Mark Brown" <broonie@kernel•org>,
linux-sound@vger•kernel.org, linux-i2c@vger•kernel.org,
"Bjorn Helgaas" <bhelgaas@google•com>,
netdev@vger•kernel.org, ath10k@lists•infradead.org,
"Krzysztof Kozlowski" <krzk+dt@kernel•org>
Subject: Re: [PATCH v2] dt-bindings: Fix phandle-array constraints, again
Date: Fri, 8 May 2026 08:20:48 -0500 [thread overview]
Message-ID: <20260508132048.GA1170714-robh@kernel.org> (raw)
In-Reply-To: <177818942584.2803269.2192622854542354589.robh@kernel.org>
On Thu, May 07, 2026 at 04:30:25PM -0500, Rob Herring (Arm) wrote:
>
> On Thu, 07 May 2026 15:16:00 -0500, Rob Herring (Arm) wrote:
> > The unfortunately named 'phandle-array' property type is really a matrix
> > with phandle and fixed arg cells entries. A matrix property should have 2
> > levels of items constraints.
> >
> > Acked-by: Mark Brown <broonie@kernel•org>
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation•org>
> > Signed-off-by: Rob Herring (Arm) <robh@kernel•org>
> > ---
> > v2:
> > - Add proper descriptions for 'qcom,smem-states'. Thanks Krzysztof!
> > - Fix i2c-parent warning
> > - Fix extra blank lines
> > ---
> > .../rockchip/rockchip,rk3399-cdn-dp.yaml | 2 ++
> > .../bindings/i2c/i2c-demux-pinctrl.yaml | 1 +
> > .../mmc/hisilicon,hi3798cv200-dw-mshc.yaml | 7 ++++---
> > .../devicetree/bindings/net/qcom,bam-dmux.yaml | 12 ++++++++++++
> > .../devicetree/bindings/net/qcom,ipa.yaml | 12 ++++++++++++
> > .../bindings/net/wireless/qcom,ath10k.yaml | 8 +++++++-
> > .../bindings/net/wireless/qcom,ath11k.yaml | 8 +++++++-
> > .../net/wireless/qcom,ipq5332-wifi.yaml | 18 ++++++++++++++++++
> > .../bindings/pci/toshiba,tc9563.yaml | 5 +++--
> > .../remoteproc/qcom,msm8916-mss-pil.yaml | 6 ++++++
> > .../remoteproc/qcom,msm8996-mss-pil.yaml | 7 +++++++
> > .../bindings/remoteproc/qcom,pas-common.yaml | 6 ++++++
> > .../remoteproc/qcom,qcs404-cdsp-pil.yaml | 6 ++++++
> > .../remoteproc/qcom,sc7180-mss-pil.yaml | 6 ++++++
> > .../remoteproc/qcom,sc7280-adsp-pil.yaml | 6 ++++++
> > .../remoteproc/qcom,sc7280-mss-pil.yaml | 6 ++++++
> > .../remoteproc/qcom,sc7280-wpss-pil.yaml | 6 ++++++
> > .../remoteproc/qcom,sdm845-adsp-pil.yaml | 6 ++++++
> > .../bindings/remoteproc/qcom,wcnss-pil.yaml | 6 ++++++
> > .../devicetree/bindings/sound/samsung,tm2.yaml | 8 ++++++--
> > .../bindings/spi/st,stm32mp25-ospi.yaml | 5 +++--
> > .../bindings/usb/chipidea,usb2-common.yaml | 2 ++
> > .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 7 ++++---
> > 23 files changed, 142 insertions(+), 14 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/i2c/i2c-demux-pinctrl.example.dtb: i2c-mux3 (i2c-demux-pinctrl): i2c-parent:0: [2, 3, 4] is too long
> from schema $id: http://devicetree.org/schemas/i2c/i2c-demux-pinctrl.yaml
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i2c/i2c-demux-pinctrl.example.dtb: i2c-mux3 (i2c-demux-pinctrl): i2c-parent: [[2, 3, 4]] is too short
> from schema $id: http://devicetree.org/schemas/i2c/i2c-demux-pinctrl.yaml
This needs a fix in dtschema I have not yet pushed out.
Rob
next prev parent reply other threads:[~2026-05-08 13:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-07 20:16 [PATCH v2] dt-bindings: Fix phandle-array constraints, again Rob Herring (Arm)
2026-05-07 21:30 ` Rob Herring (Arm)
2026-05-08 13:20 ` Rob Herring [this message]
2026-05-19 13:27 ` Manivannan Sadhasivam
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=20260508132048.GA1170714-robh@kernel.org \
--to=robh@kernel$(echo .)org \
--cc=andersson@kernel$(echo .)org \
--cc=andi.shyti@kernel$(echo .)org \
--cc=andrew+netdev@lunn$(echo .)ch \
--cc=ath10k@lists$(echo .)infradead.org \
--cc=ath11k@lists$(echo .)infradead.org \
--cc=bhelgaas@google$(echo .)com \
--cc=broonie@kernel$(echo .)org \
--cc=conor+dt@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=dri-devel@lists$(echo .)freedesktop.org \
--cc=edumazet@google$(echo .)com \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=jjohnson@kernel$(echo .)org \
--cc=johannes@sipsolutions$(echo .)net \
--cc=krzk+dt@kernel$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=kwilczynski@kernel$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-i2c@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mmc@vger$(echo .)kernel.org \
--cc=linux-pci@vger$(echo .)kernel.org \
--cc=linux-remoteproc@vger$(echo .)kernel.org \
--cc=linux-sound@vger$(echo .)kernel.org \
--cc=linux-spi@vger$(echo .)kernel.org \
--cc=linux-usb@vger$(echo .)kernel.org \
--cc=linux-wireless@vger$(echo .)kernel.org \
--cc=lpieralisi@kernel$(echo .)org \
--cc=mani@kernel$(echo .)org \
--cc=mathieu.poirier@linaro$(echo .)org \
--cc=mripard@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=s.nawrocki@samsung$(echo .)com \
--cc=ulfh@kernel$(echo .)org \
--cc=wsa+renesas@sang-engineering$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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