All of lore.kernel.org
 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; 3+ 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] 3+ messages in thread

* Re: [PATCH] ARM: dts: vf: Change the pinctrl node name
@ 2025-08-21 13:58 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2025-08-21 13:58 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20250819193405.2847808-1-festevam@gmail.com>
References: <20250819193405.2847808-1-festevam@gmail.com>
TO: Fabio Estevam <festevam@gmail.com>
TO: shawnguo@kernel.org
CC: stefan@agner.ch
CC: devicetree@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org
CC: robh@kernel.org
CC: krzk+dt@kernel.org
CC: conor+dt@kernel.org
CC: Fabio Estevam <festevam@gmail.com>

Hi Fabio,

kernel test robot noticed the following build warnings:

[auto build test WARNING on shawnguo/for-next]
[also build test WARNING on linus/master v6.17-rc2 next-20250820]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Fabio-Estevam/ARM-dts-vf-Change-the-pinctrl-node-name/20250820-033643
base:   https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next
patch link:    https://lore.kernel.org/r/20250819193405.2847808-1-festevam%40gmail.com
patch subject: [PATCH] ARM: dts: vf: Change the pinctrl node name
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: arm-randconfig-052-20250820 (https://download.01.org/0day-ci/archive/20250821/202508212148.BaTtcxZj-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 8.5.0
dtschema version: 2025.6.2.dev4+g8f79ddd
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250821/202508212148.BaTtcxZj-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202508212148.BaTtcxZj-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: /soc/bus@40000000/interrupt-controller@40001800: failed to match any schema with compatible: ['fsl,vf610-mscm-ir']
>> arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: pinctrl@40048000 (fsl,vf610-iomuxc): Unevaluated properties are not allowed ('i2c0grp-gpio', 'pinctrl-gpio-e6185-eeprom-spi0', 'pinctrl-gpio-spi0', 'pinctrl-gpio-switch0', 'pinctrl-gpio-switch1', 'pinctrl-i2c-mux-reset', 'pinctrl-leds-debug', 'pinctrl-mdio-mux', 'pinctrl-pca95540-22', 'pinctrl-usb-vbus' were unexpected)
   	from schema $id: http://devicetree.org/schemas/pinctrl/fsl,vf610-iomuxc.yaml#
>> arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: pinctrl@40048000 (fsl,vf610-iomuxc): i2c0grp-gpio: {'fsl,pins': [[144, 0, 0, 0, 12738, 148, 0, 0, 0, 12738]], 'phandle': 19} is not of type 'array'
   	from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer.yaml#
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: /soc/bus@40000000/dcu@40058000: failed to match any schema with compatible: ['fsl,vf610-dcu']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: /soc/bus@40000000/src@4006e000: failed to match any schema with compatible: ['fsl,vf610-src', 'syscon']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: /soc/bus@40080000/ocotp@400a5000: failed to match any schema with compatible: ['fsl,vf610-ocotp', 'syscon']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: ftm@400b8000 (fsl,ftm-timer): reg: [[1074495488, 4096], [1074499584, 4096]] is too long
   	from schema $id: http://devicetree.org/schemas/timer/fsl,ftm-timer.yaml#
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dtb: nand@400e0000 (fsl,vf610-nfc): $nodename:0: 'nand@400e0000' does not match '^nand-controller(@.*)?'
   	from schema $id: http://devicetree.org/schemas/mtd/fsl,vf610-nfc.yaml#
--
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: /soc/bus@40000000/interrupt-controller@40001800: failed to match any schema with compatible: ['fsl,vf610-mscm-ir']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: /soc/bus@40000000/spi@4002c000/atzb-rf-233@1: failed to match any schema with compatible: ['atmel,at86rf233']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: atzb-rf-233@1 (atmel,at86rf233): xtal-trim: b'\x06' is not of type 'object', 'integer', 'array', 'boolean', 'null'
   	from schema $id: http://devicetree.org/schemas/dt-core.yaml#
>> arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: pinctrl@40048000 (fsl,vf610-iomuxc): Unevaluated properties are not allowed ('i2c0grp-gpio', 'pinctrl-gpio-spi0', 'pinctrl-gpio-switch0', 'pinctrl-gpio-switch1', 'pinctrl-i2c-mux-reset', 'pinctrl-leds-debug', 'pinctrl-usb-vbus' were unexpected)
   	from schema $id: http://devicetree.org/schemas/pinctrl/fsl,vf610-iomuxc.yaml#
>> arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: pinctrl@40048000 (fsl,vf610-iomuxc): i2c0grp-gpio: {'fsl,pins': [[144, 0, 0, 0, 12738, 148, 0, 0, 0, 12738]], 'phandle': 25} is not of type 'array'
   	from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer.yaml#
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: /soc/bus@40000000/dcu@40058000: failed to match any schema with compatible: ['fsl,vf610-dcu']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: /soc/bus@40000000/src@4006e000: failed to match any schema with compatible: ['fsl,vf610-src', 'syscon']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: /soc/bus@40080000/ocotp@400a5000: failed to match any schema with compatible: ['fsl,vf610-ocotp', 'syscon']
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: ftm@400b8000 (fsl,ftm-timer): reg: [[1074495488, 4096], [1074499584, 4096]] is too long
   	from schema $id: http://devicetree.org/schemas/timer/fsl,ftm-timer.yaml#
   arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dtb: nand@400e0000 (fsl,vf610-nfc): $nodename:0: 'nand@400e0000' does not match '^nand-controller(@.*)?'
   	from schema $id: http://devicetree.org/schemas/mtd/fsl,vf610-nfc.yaml#

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 3+ 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; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ 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
  -- strict thread matches above, loose matches on Subject: below --
2025-08-21 13:58 kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.