Re: [PATCH v3 2/2] DW DMAC: add multi-block property to device tree

From: Arnd Bergmann
Date: Mon Nov 21 2016 - 08:54:31 EST


On Friday, November 18, 2016 10:12:36 PM CET Eugeniy Paltsev wrote:
> +- multi-block: Multi block transfers supported by hardware per AHB master.
> + 0 (default): not supported, 1: supported.

Please clarify that this is an array with one cell per master.
My first thought was "why is this not a boolean property", and
I'm sure others might misread it the same way.

Arnd