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>
This commit is contained in:
parent
e42fb04e98
commit
8da4716d08
|
@ -558,7 +558,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
nfc: nand@d8000000 {
|
||||
nfc: nand-controller@d8000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx27-nand";
|
||||
|
|
Loading…
Reference in New Issue