Skip to content

Commit cf67b3c

Browse files
[nrf fromlist] tests: drivers: spi_loopback: increase latency limit for nrf54h
The nrf54h20 needs a slightly increased latency limit as the latency is around 650us at 8MHz, which is right above the current limit of 648us (CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=12). Increase CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING to 15 to match cpuppr_xip and match the observed latency. Upstream PR #: 97452 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 89d3b82 commit cf67b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=12
1+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=15
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=12
1+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=15

0 commit comments

Comments
 (0)