[PATCH 0/4] Driver for Apple Z2 touchscreens.

Sasha Finkelstein fnkl.kernel at gmail.com
Wed Nov 27 00:29:19 PST 2024


On Wed, 27 Nov 2024 at 02:51, Dmitry Torokhov <dmitry.torokhov at gmail.com> wrote:
> I believe this needs to be done at the SPI controller level. See
> "cs-gpiods" property in
> Documentation/devicetree/bindings/spi/spi-controller.yaml that, as far
> as I understand, allows overriding controller's native CS handling with
> a GPIO when needed.

I have already tried doing that (adding the relevant gpio as cs-gpios
on the controller)
and for some reason none of my attempts worked. Since there is no hardware
documentation, I can't really tell why, could be possible that we need both
native CS and that gpio, could be memory barrier issues somewhere in
the driver core,
but the method above is the only one i could get to work.



More information about the linux-arm-kernel mailing list