spi: lpspi: remove unused fsl_lpspi->chipselect
authorClark Wang <xiaoning.wang@nxp.com>
Mon, 27 Jul 2020 03:14:47 +0000 (11:14 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 29 Jul 2020 13:40:53 +0000 (14:40 +0100)
commit768ba4909a1ee4c2be4437c763c7095cc58c0362
tree5cf3f342a8c2225c65a32c4272fba0f11d7164e5
parent16d791851a8d4f490aca6467196b47178ea4d779
spi: lpspi: remove unused fsl_lpspi->chipselect

The cs-gpio is initailized by spi_get_gpio_descs() now. Remove the
chipselect.

Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
Link: https://lore.kernel.org/r/20200727031448.31661-3-xiaoning.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-lpspi.c