summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx27.dtsi
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2020-07-30 21:04:05 +0800
committerShawn Guo <shawnguo@kernel.org>2020-08-22 20:08:39 +0800
commit8da4716d08bcdf72f621668fa5bebd7bdfb4ad3e (patch)
treea6f1f8734eaba33a9c3fc291fc6483e16c26e6bc /arch/arm/boot/dts/imx27.dtsi
parente42fb04e9834ea97dd84649050669603c9468a17 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx27.dtsi')
-rw-r--r--arch/arm/boot/dts/imx27.dtsi2
1 files changed, 1 insertions, 1 deletions
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";