Revert "tests: disable NRF5 entropy driver on some bsim/qemu tests"

This reverts commit e0fcb8552428fb45164ea2b4271b3b0206695b7f.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2024-12-11 07:01:37 +01:00 committed by Fabio Baltieri
commit 522b1f2bba
9 changed files with 0 additions and 51 deletions

View file

@ -1,11 +0,0 @@
/ {
chosen {
/* The test is setting up a custom interrupt table which only allows a very
* limited number of platform IRQs and that is not the "standard" table generated
* by CONFIG_GEN_ISR_TABLES. The problem is that NRF5 entropy driver would enable
* an IRQ which is not in this list, therefore causing a runtime crash in the
* test. As a consequence we need to disable this driver.
*/
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,5 +0,0 @@
/ {
chosen {
/delete-property/ zephyr,entropy;
};
};