Skip to content

Commit 6e42723

Browse files
adamkondraciukrlubos
authored andcommitted
Revert "[nrf fromlist] tests: drivers: spi: nordic: add device PM runtime"
This reverts commit a77ea2d. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 66b53a9 commit 6e42723

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

tests/drivers/spi/spi_controller_peripheral/boards/nrf52840dk_nrf52840.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
dut_spi_dt: test-spi-dev@0 {
5454
compatible = "vnd,spi-device";
5555
reg = <0>;
56-
spi-max-frequency = <DT_FREQ_M(8)>;
5756
};
5857
};
5958

tests/drivers/spi/spi_controller_peripheral/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
dut_spi_dt: test-spi-dev@0 {
5858
compatible = "vnd,spi-device";
5959
reg = <0>;
60-
spi-max-frequency = <DT_FREQ_M(8)>;
6160
};
6261
};
6362

tests/drivers/spi/spi_controller_peripheral/testcase.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,3 @@ tests:
5757
- nrf52840dk/nrf52840
5858
- nrf54l15dk/nrf54l15/cpuapp
5959
- nrf54h20dk/nrf54h20/cpurad
60-
61-
drivers.spi.pm_runtime:
62-
extra_configs:
63-
- CONFIG_PM_DEVICE=y
64-
- CONFIG_PM_DEVICE_RUNTIME=y
65-
filter: CONFIG_SOC_FAMILY_NORDIC_NRF

tests/drivers/spi/spi_loopback/testcase.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,3 @@ tests:
204204
drivers.spi.max32_dma.loopback:
205205
extra_args: OVERLAY_CONFIG="overlay-max32-spi-dma.conf"
206206
filter: CONFIG_SOC_FAMILY_MAX32
207-
drivers.spi.nrf_pm_runtime:
208-
extra_configs:
209-
- CONFIG_PM_DEVICE=y
210-
- CONFIG_PM_DEVICE_RUNTIME=y
211-
filter: CONFIG_SOC_FAMILY_NORDIC_NRF

0 commit comments

Comments
 (0)