Skip to content

Commit

Permalink
[nrf fromlist] soc: nrf54h: use word accesses to SPI_DW peripheral
Browse files Browse the repository at this point in the history
The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of
byte or half-word sizes results in bus fault.

Upstream PR: zephyrproject-rtos/zephyr#72497

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
  • Loading branch information
e-rk authored and carlescufi committed May 9, 2024
1 parent 7ea6937 commit 046e281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/nordic/nrf54h/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 046e281

Please sign in to comment.