From: Frank Li <Frank.li@nxp.com>
To: Peng Fan <peng.fan@nxp.com>
Cc: Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Stefan Agner <stefan@agner.ch>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
"moderated list:ARM/FREESCALE VYBRID ARM ARCHITECTURE"
<linux-arm-kernel@lists.infradead.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
"imx@lists.linux.dev" <imx@lists.linux.dev>
Subject: Re: [PATCH 4/6] ARM: dts: vf: rename io-expander@20 to pinctrl@20
Date: Wed, 28 May 2025 11:39:36 -0400 [thread overview]
Message-ID: <aDcuOFhYxWs9VXl6@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <PAXPR04MB8459B664F892D4A8726C70B88864A@PAXPR04MB8459.eurprd04.prod.outlook.com>
On Tue, May 27, 2025 at 05:24:23AM +0000, Peng Fan wrote:
> > Subject: [PATCH 4/6] ARM: dts: vf: rename io-expander@20 to
> > pinctrl@20
> >
> > Rename io-expander@20 to pinctrl@20 to fix below CHECK_DTB
> > warning:
> >
> > arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: sx1503@20
> > (semtech,sx1503q):
> > $nodename:0: 'sx1503@20' does not match '^(pinctrl|pinmux)(@[0-
> > 9a-f]+)?$
> >
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> > ---
> > arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts | 2 +-
> > arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
> > b/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
> > index 7a209c9c57a4d..79ea7cf57a4dc 100644
> > --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
> > +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
> > @@ -311,7 +311,7 @@ gpio5: io-expander@18 {
> > * I/O14 - OPT1_TX_DIS
> > * I/O15 - OPT2_TX_DIS
> > */
> > - gpio6: sx1503@20 {
> > + gpio6: pinctrl@20 {
>
> Use gpio-controller?
binding doc require pinctrl
Documentation/devicetree/bindings/pinctrl/semtech,sx1501q.yaml
Frank
>
> > compatible = "semtech,sx1503q";
> >
> > pinctrl-names = "default";
> > diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts
> > b/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts
> > index b3d338312df4f..8020a644dd9d1 100644
> > --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts
> > +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts
> > @@ -583,7 +583,7 @@ &i2c2 {
> > pinctrl-0 = <&pinctrl_i2c2>;
> > status = "okay";
> >
> > - gpio9: io-expander@20 {
> > + gpio9: pinctrl@20 {
>
> Ditto.
>
> Regards
> Peng.
>
> > compatible = "semtech,sx1503q";
> > pinctrl-names = "default";
> > pinctrl-0 = <&pinctrl_sx1503_20>;
> > --
> > 2.34.1
> >
>
next prev parent reply other threads:[~2025-05-28 16:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 16:17 [PATCH 1/6] ARM: dts: vf: remove reg property for arm pmu Frank Li
2025-05-23 16:17 ` [PATCH 2/6] ARM: dts: vf: remove redundant pinctrl-names Frank Li
2025-05-23 16:17 ` [PATCH 3/6] ARM: dts: vf: remove redundant layer under iomux Frank Li
2025-05-23 16:17 ` [PATCH 4/6] ARM: dts: vf: rename io-expander@20 to pinctrl@20 Frank Li
2025-05-27 5:24 ` Peng Fan
2025-05-28 15:39 ` Frank Li [this message]
2025-05-23 16:17 ` [PATCH 5/6] ARM: dts: vf: vf-colibri-eval-v3: add power-supply for edt,et057090dhu Frank Li
2025-05-23 16:17 ` [PATCH 6/6] ARM: dts: vf: vf610-zii-cfu1: rename node name *-gpio to *-gpios Frank Li
2025-06-19 7:44 ` [PATCH 1/6] ARM: dts: vf: remove reg property for arm pmu Shawn Guo
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=aDcuOFhYxWs9VXl6@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=stefan@agner.ch \
/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