Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
8da4716d e42fb04e

+1 -1
+1 -1
arch/arm/boot/dts/imx27.dtsi
··· 558 558 }; 559 559 }; 560 560 561 - nfc: nand@d8000000 { 561 + nfc: nand-controller@d8000000 { 562 562 #address-cells = <1>; 563 563 #size-cells = <1>; 564 564 compatible = "fsl,imx27-nand";