Let's set the 'use_gpio_descriptors' field so that we use the new way of requesting the CS GPIOs in the core. This allows us to avoid having to configure the CS pins in "output" mode with an 'output-enable' pinctrl setting.
Cc: Akash Asthana <akash...@codeaurora.org> Cc: Bjorn Andersson <bjorn.anders...@linaro.org> Reviewed-by: Douglas Anderson <diand...@chromium.org> Acked-by: Alexandru M Stan <ams...@chromium.org> Signed-off-by: Stephen Boyd <swb...@chromium.org> --- drivers/spi/spi-geni-qcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-geni-qcom.c b/drivers/spi/spi-geni-qcom.c index 25810a7eef10..c4c88984abc9 100644 --- a/drivers/spi/spi-geni-qcom.c +++ b/drivers/spi/spi-geni-qcom.c @@ -636,6 +636,7 @@ static int spi_geni_probe(struct platform_device *pdev) spi->auto_runtime_pm = true; spi->handle_err = handle_fifo_timeout; spi->set_cs = spi_geni_set_cs; + spi->use_gpio_descriptors = true; init_completion(&mas->cs_done); init_completion(&mas->cancel_done); base-commit: b65054597872ce3aefbc6a666385eabdf9e288da -- https://chromeos.dev