[PATCH 2/2 v2] SPI: spi-pxa2xx: SPI support for Intel Quark X1000
From: Chen, Alvin <hidden>
Date: 2014-10-08 07:48:38
Also in:
linux-spi, lkml
From: Chen, Alvin <hidden>
Date: 2014-10-08 07:48:38
Also in:
linux-spi, lkml
On 29/09/14 15:22, Weike Chen wrote:quoted
+ .num_chipselect = 4,How is this right ? There's only one physical chip-select line per SPI master... It's a 1:1 mapping.
Now, we have another board which can support 4 slave spi per master, but not only Galileo. Since that board is not public, after discussing with team, we decide to make the upstream code to support '1'. I will change it back to .num_chipselect = 1,
Best, Bryan