Commit 80ecf44
tests: zephyr: drivers: spi: nrf54l only supports up to 8MHz SPIM
The nrf54l series SoCs only support up to 8MHz SPIM, though the
spi_controller_peripheral sets the SPIM frequency to 16MHz. This
now fails since nrfx checks if the applied frequency is valid.
Update the spi_controller_peripheral tests to set the SPIM freq to
8MHz.
Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>1 parent 804ffb6 commit 80ecf44
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- tests/zephyr/drivers/spi/spi_controller_peripheral/boards
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
tests/zephyr/drivers/spi/spi_controller_peripheral/boards/nrf54lv10dk_nrf54lv10a_cpuapp_ns.overlay
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments