Skip to content

Commit 164b47d

Browse files
nordic-piksnordicjm
authored andcommitted
[nrf noup] tests: drivers: mspi: flash: disable psa_rng
Not needed for this test and prevents from building with CONFIG_MULTITHREADING=n. Changes for h20 rad are similar, but needed to test cases filtering working only. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 0d3b8d7 commit 164b47d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

tests/drivers/mspi/flash/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
aliases {
99
mspi0 = &exmif;
1010
};
11+
12+
psa_rng: psa-rng {
13+
status = "disabled";
14+
};
1115
};
1216

1317
&gpio6 {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_PM=n
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/ {
2+
psa_rng: psa-rng {
3+
status = "disabled";
4+
};
5+
};

0 commit comments

Comments
 (0)