[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260106141357.a7jsmligapumcfau@pengutronix.de>
Date: Tue, 6 Jan 2026 15:13:57 +0100
From: Marco Felsch <m.felsch@...gutronix.de>
To: Peng Fan <peng.fan@....nxp.com>
Cc: Frank Li <Frank.Li@....com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" <devicetree@...r.kernel.org>,
"open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" <imx@...ts.linux.dev>,
"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" <linux-arm-kernel@...ts.infradead.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] arm64: dts: imx8mp-skov: add pinctrl-name 'reset' to
fix CHECK_DTB warning
Hi Peng,
On 26-01-06, Peng Fan wrote:
> Hi Marco,
>
> On Mon, Jan 05, 2026 at 12:14:48PM +0100, Marco Felsch wrote:
> >Hi Frank,
> >
> >On 25-12-29, Frank Li wrote:
> >> Add pinctrl-name 'reset' to fix below CHECK_DTB warnings:
> >> arch/arm64/boot/dts/freescale/imx8mp-skov-basic.dtb: switch@5f (microchip,ksz9893): pinctrl-names: ['default'] is too short
> >> from schema $id: http://devicetree.org/schemas/net/dsa/microchip,ksz.yaml#
> >>
> >> The commit (e469b87e0fb0d dt-bindings: net: dsa: microchip: Add strap
> >> description to set SPI mode" force use two pinctrl-name 'default' and
> >> 'reset'. switch@5f doesn't use SPI, so it is safe to use the same pinctrl
> >> setting for both.
> >
> >please see:
> >- https://lore.kernel.org/all/20251112084717.ea7fchu7jcz6dzsi@pengutronix.de/
> >
> >I stumbled over the same warning, but came to the conclusion, that the
> >dt-bindings should be fixed instead of workaround broken bindings within
> >the dtb.
>
> If reset is optional, the dt-bindings should include "minItems:1" per my
> understanding.
Not sure, since the pinctrl-names is just an enum list. That beeing
said, I don't see it as required since the strapping may not be required
for systems which do already has correct ext. strapping options.
Therefore the binding should be always optional and the driver should be
adapted.
> But..
>
> >
> >> - pinctrl-names = "default";
> >> - pinctrl-0 = <&pinctrl_switch>;
> >> + pinctrl-names = "default", "reset";
> >> + pinctrl-0 = <&pinctrl_switch>, <&pinctrl_switch>;
>
> Per checking
> https://elixir.bootlin.com/linux/v6.18.3/source/drivers/net/dsa/microchip/ksz_common.c#L5372
>
> seems "reset" is required in driver.
For the ksz8463 but not for the ksz9893 which is used by the
imx8mp-skov-reva.dtsi (here).
Regards,
Marco
>
> Regards
> Peng
>
> >> reset-gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
> >> reg = <0x5f>;
> >>
> >> --
> >> 2.34.1
> >>
> >>
> >>
> >
> >--
> >#gernperDu
> >#CallMeByMyFirstName
> >
> >Pengutronix e.K. | |
> >Steuerwalder Str. 21 | https://www.pengutronix.de/ |
> >31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> >Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
>
--
#gernperDu
#CallMeByMyFirstName
Pengutronix e.K. | |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
Powered by blists - more mailing lists