diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-07-30 15:04:05 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-22 14:08:39 +0200 |
commit | 8da4716d08bcdf72f621668fa5bebd7bdfb4ad3e (patch) | |
tree | a6f1f8734eaba33a9c3fc291fc6483e16c26e6bc /arch/arm/boot/dts/imx27.dtsi | |
parent | ARM: dts: imx6dl-yapp4: Add ethernet aliases (diff) | |
download | linux-8da4716d08bcdf72f621668fa5bebd7bdfb4ad3e.tar.xz linux-8da4716d08bcdf72f621668fa5bebd7bdfb4ad3e.zip |
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.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"; |