commit | f7466d28fd703d6c781be2208d3693dfefe05e7c | [log] [tgz] |
---|---|---|
author | Andrzej Głąbek <andrzej.glabek@nordicsemi.no> | Fri Nov 05 10:57:31 2021 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Tue Nov 09 11:11:19 2021 +0100 |
tree | 2ccdf5448bb47993337559a82c21c254f3308ab9 | |
parent | 6d269fcedc99e7546cacae00f96f6098cabcc10e [diff] |
drivers: spi_nrfx_spim/spi: Fix initialization of CS GPIOs This is a follow-up to commits 99daca9bba2136aff244b7ca36050a178c324036 and ae03c0a6bff293fdd8785b88026ee4e1bf163658. nRF SPI driver shims cannot use devicetree instance indexes, they need to use the DT_NODELABEL macro and SoC peripheral instance indexes. Correct the macros used in initialization of CS GPIOs in those shims. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>