ARM: dts: imx31: Use nand-controller as node name

According to mxc-nand.yaml, the correct node name must be
'nand-controller'.

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

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

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2025-02-20 10:03:45 -03:00 committed by Shawn Guo
parent 41e478801c
commit a1ea2f97e7

View File

@ -340,7 +340,7 @@ emi@b8000000 { /* External Memory Interface */
#address-cells = <1>;
#size-cells = <1>;
nfc: nand@b8000000 {
nfc: nand-controller@b8000000 {
compatible = "fsl,imx31-nand", "fsl,imx27-nand";
reg = <0xb8000000 0x1000>;
interrupts = <33>;