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

fsl,vf610-nfc.yaml references nand-controller.yaml, which only allows the
node to be 'nand-controller'.

Change it accordingly to fix the following dt-schema warning: 

$nodename:0: 'nand@400e0000' does not match '^nand-controller(@.*)?'

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 19de9506e0c8..568d81807c81 100644
--- a/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
+++ b/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
@@ -682,7 +682,7 @@ can1: can@400d4000 {
 				status = "disabled";
 			};
 
-			nfc: nand@400e0000 {
+			nfc: nand-controller@400e0000 {
 				#address-cells = <1>;
 				#size-cells = <0>;
 				compatible = "fsl,vf610-nfc";
-- 
2.34.1



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

* Re: [PATCH] ARM: dts: vf: Change the NAND controller node name
  2025-08-19 19:40 [PATCH] ARM: dts: vf: Change the NAND controller 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:40:18PM -0300, Fabio Estevam wrote:
> fsl,vf610-nfc.yaml references nand-controller.yaml, which only allows the
> node to be 'nand-controller'.
> 
> Change it accordingly to fix the following dt-schema warning: 
> 
> $nodename:0: 'nand@400e0000' does not match '^nand-controller(@.*)?'
> 
> 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  8:20 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:40 [PATCH] ARM: dts: vf: Change the NAND controller 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).