Skip to content

Commit

Permalink
[nrf fromlist] tests: drivers: uart: uart_pm: Fix fail on nrf54h20
Browse files Browse the repository at this point in the history
Power states were recently added to the board definition of nrf54h20:
zephyrproject-rtos/zephyr@5b607ed
This has negative impact on drivers.uart.pm.int_driven test.

Delete property 'cpu-power-states' in the test overlay for nrf54h20.

Upstream PR: zephyrproject-rtos/zephyr#79268

Signed-off-by: Sebastian Głąb <[email protected]>
  • Loading branch information
nordic-segl committed Oct 1, 2024
1 parent d14022d commit f00d5dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ dut: &uart135 {
pinctrl-names = "default", "sleep";
memory-regions = <&cpuapp_dma_region>;
};

&cpu {
/delete-property/ cpu-power-states;
};

0 comments on commit f00d5dd

Please sign in to comment.