soc: nrf54h: use word accesses to SPI_DW peripheral

The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of
byte or half-word sizes results in bus fault.

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
Rafał Kuźnia 2024-05-09 08:37:29 +02:00 committed by Fabio Baltieri
commit 9cba85bb8d

View file

@ -36,4 +36,7 @@ endif # RISCV
config SPI_DW_HSSI
default y if SPI_DW
config SPI_DW_ACCESS_WORD_ONLY
default y if SPI_DW
endif # SOC_SERIES_NRF54HX