Re: [PATCH] spi: fsl: invert spisel_boot signal on MPC8309

2021-02-01 Thread Mark Brown
On Sat, 30 Jan 2021 15:35:45 +0100, Rasmus Villemoes wrote: > Commit 7a2da5d7960a ("spi: fsl: Fix driver breakage when SPI_CS_HIGH > is not set in spi->mode") broke our MPC8309 board by effectively > inverting the boolean value passed to fsl_spi_cs_control. The > SPISEL_BOOT signal is used as chips

[PATCH] spi: fsl: invert spisel_boot signal on MPC8309

2021-01-30 Thread Rasmus Villemoes
Commit 7a2da5d7960a ("spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->mode") broke our MPC8309 board by effectively inverting the boolean value passed to fsl_spi_cs_control. The SPISEL_BOOT signal is used as chipselect, but it's not a gpio, so we cannot rely on gpiolib handling th