From: Anson Huang Date: Thu, 30 Jul 2020 13:04:05 +0000 (+0800) Subject: ARM: dts: imx27: Change nand node name to nand-controller X-Git-Tag: Ubuntu-5.10.0-12.13~1585^2~28^2~27 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8da4716d08bcdf72f621668fa5bebd7bdfb4ad3e;p=mirror_ubuntu-hirsute-kernel.git ARM: dts: imx27: Change nand node name to nand-controller Change i.MX27 nand node name from "nand" to "nand-controller" to be compliant with yaml schema, it requires the nodename to be "nand-controller". Signed-off-by: Anson Huang Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index fc0b318f8733..7bc132737a37 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -558,7 +558,7 @@ }; }; - nfc: nand@d8000000 { + nfc: nand-controller@d8000000 { #address-cells = <1>; #size-cells = <1>; compatible = "fsl,imx27-nand";