Re: [PATCH 2/3] spi: lpspi: add multi SS support in PIO mode

2019-04-23 Thread Fabio Estevam
On Tue, Apr 23, 2019 at 7:48 AM Clark Wang wrote: > > Add "fsl,spi-num-chipselects" check to support multi SS function in PIO > mode. This custom property does not seem to be needed as the number of chip selects can be parsed from the devicetree file directly. We got rid of "fsl,spi-num-chipsele

[PATCH 2/3] spi: lpspi: add multi SS support in PIO mode

2019-04-23 Thread Clark Wang
Add "fsl,spi-num-chipselects" check to support multi SS function in PIO mode. Signed-off-by: Clark Wang Acked-by: Fugang Duan --- drivers/spi/spi-fsl-lpspi.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spi-fsl-lpspi.c b/drivers/spi/spi-fsl-lpspi.