diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-07-30 21:04:06 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-22 20:09:52 +0800 |
commit | 1758088842619e489a926fb5dc4757ce80ff9615 (patch) | |
tree | 40f5077c364b228ac019a020225927a256cbfa9b /arch/arm/boot/dts/imx28.dtsi | |
parent | 8da4716d08bcdf72f621668fa5bebd7bdfb4ad3e (diff) |
ARM: dts: imx: Change gpmi nand node name to nand-controller
Change i.MX SoCs nand node name from "gpmi-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/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index a2b799c56f8f..94dfbf5b3f34 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -100,7 +100,7 @@ status = "disabled"; }; - gpmi: gpmi-nand@8000c000 { + gpmi: nand-controller@8000c000 { compatible = "fsl,imx28-gpmi-nand"; #address-cells = <1>; #size-cells = <1>; |