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:
parent
5409c7c130
commit
9cba85bb8d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue