]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: vf: Change the pinctrl node name
authorFabio Estevam <festevam@gmail.com>
Tue, 19 Aug 2025 19:34:05 +0000 (16:34 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 09:31:59 +0000 (17:31 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/vf/vfxxx.dtsi

index 124003c0be26a0cc3b3036b30411f50363117887..19de9506e0c895ee0ba959b4f69424d811f0f064 100644 (file)
                                status = "disabled";
                        };
 
-                       iomuxc: iomuxc@40048000 {
+                       iomuxc: pinctrl@40048000 {
                                compatible = "fsl,vf610-iomuxc";
                                reg = <0x40048000 0x1000>;
                        };