Re: [PATCH] ARM: dts: vf610: Add ZII CFU1 board

From: Fabio Estevam
Date: Thu Jul 19 2018 - 08:45:59 EST


Hi Andrey,

On Wed, Jul 18, 2018 at 9:59 PM, Andrey Smirnov
<andrew.smirnov@xxxxxxxxx> wrote:

> +/ {
> + model = "ZII VF610 CFU1 Board";
> + compatible = "zii,vf610cfu1", "zii,vf610dev", "fsl,vf610";
> +
> + chosen {
> + stdout-path = &uart0;
> + };
> +
> + memory {

memory@80000000 to avoid dtc warnings with W=1, please.

Please make sure that this patch does not introduce any W=1 warning.

With this fixed:

Reviewed-by: Fabio Estevam <fabio.estevam@xxxxxxx>