linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vf: Change the pinctrl node name
@ 2025-08-19 19:34 Fabio Estevam
  2025-08-22  9:32 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2025-08-19 19:34 UTC (permalink / raw)
  To: shawnguo
  Cc: stefan, devicetree, linux-arm-kernel, robh, krzk+dt, conor+dt,
	Fabio Estevam

fsl,vf610-iomuxc.yaml references pinctrl.yaml, which only allows the node
to be either 'pinctrl' or 'pinmux'.

Change the node name to 'pinctrl' to fix the following dt-schema
warning: 

iomuxc@40048000' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/nxp/vf/vfxxx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi b/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
index 124003c0be26..19de9506e0c8 100644
--- a/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
+++ b/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
@@ -304,7 +304,7 @@ qspi0: spi@40044000 {
 				status = "disabled";
 			};
 
-			iomuxc: iomuxc@40048000 {
+			iomuxc: pinctrl@40048000 {
 				compatible = "fsl,vf610-iomuxc";
 				reg = <0x40048000 0x1000>;
 			};
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: vf: Change the pinctrl node name
  2025-08-19 19:34 [PATCH] ARM: dts: vf: Change the pinctrl node name Fabio Estevam
@ 2025-08-22  9:32 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2025-08-22  9:32 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: shawnguo, stefan, devicetree, linux-arm-kernel, robh, krzk+dt,
	conor+dt

On Tue, Aug 19, 2025 at 04:34:05PM -0300, Fabio Estevam wrote:
> fsl,vf610-iomuxc.yaml references pinctrl.yaml, which only allows the node
> to be either 'pinctrl' or 'pinmux'.
> 
> Change the node name to 'pinctrl' to fix the following dt-schema
> warning: 
> 
> iomuxc@40048000' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied, thanks!



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-23  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 19:34 [PATCH] ARM: dts: vf: Change the pinctrl node name Fabio Estevam
2025-08-22  9:32 ` Shawn Guo

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).