Skip to content

Commit 61de516

Browse files
nordic-krchbjarki-andreasen
authored andcommitted
[nrf fromtree] 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. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 24c01a9)
1 parent b7ef082 commit 61de516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/uart/uart_pm/prj.conf

+1
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)