From 1e146ed53dcc4ca68c1001fa8eb96770aae8879e Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 11 Dec 2024 07:01:38 +0100 Subject: [PATCH] Revert "test: misc|shell: disable "zephyr,entropy" chosen property" This reverts commit 40e5b8ae77e5ebf16c3f6c7298c85e21f3233685. Signed-off-by: Valerio Setti --- .../misc/check_init_priorities/boards/native_sim.overlay | 4 ---- tests/subsys/shell/shell_device_filter/app.overlay | 8 -------- 2 files changed, 12 deletions(-) delete mode 100644 tests/subsys/shell/shell_device_filter/app.overlay diff --git a/tests/misc/check_init_priorities/boards/native_sim.overlay b/tests/misc/check_init_priorities/boards/native_sim.overlay index a2206bb723b..0f32c8121a8 100644 --- a/tests/misc/check_init_priorities/boards/native_sim.overlay +++ b/tests/misc/check_init_priorities/boards/native_sim.overlay @@ -35,8 +35,4 @@ supply-gpios = <&test_gpio_0 2 0>; }; }; - - chosen { - /delete-property/ zephyr,entropy; - }; }; diff --git a/tests/subsys/shell/shell_device_filter/app.overlay b/tests/subsys/shell/shell_device_filter/app.overlay deleted file mode 100644 index fd5644bcacd..00000000000 --- a/tests/subsys/shell/shell_device_filter/app.overlay +++ /dev/null @@ -1,8 +0,0 @@ -/ { - chosen { - /* Remove extra unneed devices that cause the "test_unfiltered" - * test to fail. - */ - /delete-property/ zephyr,entropy; - }; -};