diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-07-30 15:04:06 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-22 14:09:52 +0200 |
commit | 1758088842619e489a926fb5dc4757ce80ff9615 (patch) | |
tree | 40f5077c364b228ac019a020225927a256cbfa9b /arch/arm/boot/dts/imx23.dtsi | |
parent | ARM: dts: imx27: Change nand node name to nand-controller (diff) | |
download | linux-1758088842619e489a926fb5dc4757ce80ff9615.tar.xz linux-1758088842619e489a926fb5dc4757ce80ff9615.zip |
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/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 18289f6fb1f3..7f4c602454a5 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -76,7 +76,7 @@ status = "disabled"; }; - gpmi-nand@8000c000 { + nand-controller@8000c000 { compatible = "fsl,imx23-gpmi-nand"; #address-cells = <1>; #size-cells = <1>; |