SPI: Use custom CS

It’s working.

I had to make another change in file spi-tegra114.c:

- ctrl->use_gpio_descriptors = true;
+ ctrl->use_gpio_descriptors = false;

Thank you

1 Like