• Jan Kundrát's avatar
    spi: orion: Rework GPIO CS handling · 54424862
    Jan Kundrát authored
    - Claim the GPIO from the driver, not via DT bindings or through the
      platform code
    - Find an unused HW CS signal because Orion needs to drive one for each
      SPI transaction
    
    The spi-orion.c was the only driver which supported (or cared about) the
    CS GPIO, while it wasn't actually requesting it. This change means that
    the DT bindings should stop hogging the GPIO CS pins because it's now
    being handled by the driver.
    Signed-off-by: default avatarJan Kundrát <jan.kundrat@cesnet.cz>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    54424862
spi-orion.c 20.8 KB