Re: [PATCH 2/4] ARM: dts: imx23: Align GPMI NAND node name with schema

2020-09-04 Thread Shawn Guo
On Fri, Aug 28, 2020 at 09:20:35PM +0200, Krzysztof Kozlowski wrote: > 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:

[PATCH 2/4] ARM: dts: imx23: Align GPMI NAND node name with schema

2020-08-28 Thread Krzysztof Kozlowski
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: