ARM: dts: vf: Change the NAND controller node name

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam
2025-08-19 16:40:18 -03:00
committed by Shawn Guo
parent d4c743c5b7
commit e00664c9c6

View File

@@ -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";