1
0
Fork 0

ARM: dts: imx28-m28: Align GPMI NAND node name with schema

Device tree schema expects NAND controller to be named
"nand-controller", otherwise dtbs_check complain with a warning like:

    arch/arm/boot/dts/imx28-eukrea-mbmx283lc.dt.yaml: gpmi-nand@8000c000:
        $nodename:0: 'gpmi-nand@8000c000' does not match '^nand-controller(@.*)?'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
zero-sugar-mainline-defconfig
Krzysztof Kozlowski 2020-09-04 08:27:43 +02:00 committed by Shawn Guo
parent f3e7dae323
commit e8a3d7064c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
apb@80000000 {
apbh@80000000 {
gpmi-nand@8000c000 {
nand-controller@8000c000 {
#address-cells = <1>;
#size-cells = <1>;
pinctrl-names = "default";