Re: [PATCH v2] ARM: dts: sunxi: Add num-cs for A20 spi nodes

2016-12-26 Thread Chen-Yu Tsai
Hi, On Tue, Dec 27, 2016 at 1:47 AM, Emmanuel Vadot wrote: > The spi0 controller on the A20 have up to 4 CS (Chip Select) while the > others three only have 1. > Add the num-cs property to each node. > The current driver doesn't read this property but this is useful for > downstream user of DTS (

Re: [PATCH v2] ARM: dts: sunxi: Add num-cs for A20 spi nodes

2016-12-26 Thread kbuild test robot
Hi Emmanuel, [auto build test ERROR on robh/for-next] [also build test ERROR on v4.10-rc1 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Emmanuel-Vadot/ARM-dts-sunxi-Add-num-cs-fo

[PATCH v2] ARM: dts: sunxi: Add num-cs for A20 spi nodes

2016-12-26 Thread Emmanuel Vadot
The spi0 controller on the A20 have up to 4 CS (Chip Select) while the others three only have 1. Add the num-cs property to each node. The current driver doesn't read this property but this is useful for downstream user of DTS (FreeBSD for example). Signed-off-by: Emmanuel Vadot --- Changes in v