Revert "test: misc|shell: disable "zephyr,entropy" chosen property"

This reverts commit 40e5b8ae77e5ebf16c3f6c7298c85e21f3233685.

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

View file

@ -35,8 +35,4 @@
supply-gpios = <&test_gpio_0 2 0>;
};
};
chosen {
/delete-property/ zephyr,entropy;
};
};

View file

@ -1,8 +0,0 @@
/ {
chosen {
/* Remove extra unneed devices that cause the "test_unfiltered"
* test to fail.
*/
/delete-property/ zephyr,entropy;
};
};