Skip to content

Commit 473a48b

Browse files
committed
[nrf fromlist] tests: drivers: uart: uart_pm: Disable device runtime PM
Explicitly disable device runtime PM since this test is expecting it to be disabled and there are SoC now that turns on it by default. Upstream PR #: 87807 Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 2bd58c7)
1 parent d1b1dae commit 473a48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/uart/uart_pm/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_ZTEST=y
22
CONFIG_SERIAL=y
33
CONFIG_PM=y
44
CONFIG_PM_DEVICE=y
5+
CONFIG_PM_DEVICE_RUNTIME=n

0 commit comments

Comments
 (0)