spi: tegra20_slink: fix CS polarity setup
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 26 Jan 2025 17:48:22 +0000 (19:48 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 06:42:35 +0000 (09:42 +0300)
commit6bbe348bfccea3b967aa398a6d46bcb8439d093f
tree6b98e4ed2b38de338966d6cc7cbc91ac19d6c6ec
parent407d68638fe32418d61681407effba2a303bb9ee
spi: tegra20_slink: fix CS polarity setup

Add missing configuration of chip select polarity. Default polarity is LOW,
which satisfies most cases but some devices require HIGH polarity and will
not work.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/spi/tegra20_slink.c