diff options
author | Anson Huang | 2020-07-30 21:04:05 +0800 |
---|---|---|
committer | Shawn Guo | 2020-08-22 20:08:39 +0800 |
commit | 8da4716d08bcdf72f621668fa5bebd7bdfb4ad3e (patch) | |
tree | a6f1f8734eaba33a9c3fc291fc6483e16c26e6bc /arch/arm/boot | |
parent | e42fb04e9834ea97dd84649050669603c9468a17 (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')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 2 |
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"; |