Re: [PATCH v2 6/6] i.MX: Do not explicitly call l2x0_of_init()

From: Arnd Bergmann
Date: Wed Jun 15 2016 - 06:40:19 EST


On Tuesday, June 14, 2016 6:29:53 PM CEST Andrey Smirnov wrote:
> DT_MACHINE_START(IMX35_DT, "Freescale i.MX35 (Device Tree Support)")
> .map_io = mx35_map_io,
> .init_early = imx35_init_early,
> - .init_irq = imx35_irq_init,
> + .init_irq = mx35_init_irq,
> .dt_compat = imx35_dt_board_compat,
> + .l2c_aux_val = 0,
> + .l2c_aux_mask = ~0,
> MACHINE_END
>

Please keep the fields sorted the same way that they are defined in
struct machine_desc, i.e. add the new fields at the top of this list.

Otherwise the whole series looks good to me now,

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>