Skip to content

Commit 9f26366

Browse files
nordic-seglnordicjm
authored andcommitted
[nrf fromtree] tests: drivers: spi: spi_error_cases: Cleanup after nRF54LM20 rename
Remove duplicated test configuration after nrf54l20pdk/nrf54l20/cpuxxx was renamed to nrf54lm20dk/nrf54lm20a/cpuxxx. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 467fac1)
1 parent 31bdce9 commit 9f26366

File tree

3 files changed

+2
-79
lines changed

3 files changed

+2
-79
lines changed

tests/drivers/spi/spi_error_cases/boards/nrf54l20pdk_nrf54l20_cpuapp.overlay

Lines changed: 0 additions & 78 deletions
This file was deleted.

tests/drivers/spi/spi_error_cases/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
overrun-character = <0x00>;
6363
cs-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
6464
zephyr,pm-device-runtime-auto;
65+
6566
dut_spi_dt: test-spi-dev@0 {
6667
compatible = "vnd,spi-device";
6768
reg = <0>;

tests/drivers/spi/spi_error_cases/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ common:
66
harness: ztest
77
harness_config:
88
fixture: gpio_spi_loopback
9+
timeout: 30
910
tests:
1011
drivers.spi.spi_error_cases:
1112
platform_allow:
1213
- nrf52840dk/nrf52840
1314
- nrf54l15dk/nrf54l15/cpuapp
1415
- nrf54h20dk/nrf54h20/cpuapp
15-
- nrf54l20pdk/nrf54l20/cpuapp
1616
- nrf54lm20dk/nrf54lm20a/cpuapp
1717
- ophelia4ev/nrf54l15/cpuapp
1818
integration_platforms:

0 commit comments

Comments
 (0)