diff options
| author | Fabio Estevam <festevam@gmail.com> | 2025-08-19 22:40:18 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-08-22 12:32:08 +0300 |
| commit | e00664c9c6f94efef9b91b5c296a8d978efd056a (patch) | |
| tree | 24d0667f973c8f0edee5bf7acec476fc597d4a3f | |
| parent | d4c743c5b7b42550a5eab0d9ab63ba7511f7e21e (diff) | |
| download | linux-e00664c9c6f94efef9b91b5c296a8d978efd056a.tar.xz | |
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>
| -rw-r--r-- | arch/arm/boot/dts/nxp/vf/vfxxx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ status = "disabled"; }; - nfc: nand@400e0000 { + nfc: nand-controller@400e0000 { #address-cells = <1>; #size-cells = <0>; compatible = "fsl,vf610-nfc"; |
