The board boots fine with deep probe enabled, so enable it to eliminate probe deferrals. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/boards/stm32mp15x-ev1/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boards/stm32mp15x-ev1/board.c b/arch/arm/boards/stm32mp15x-ev1/board.c index 51c3bb21e992..fd58e2817b0b 100644 --- a/arch/arm/boards/stm32mp15x-ev1/board.c +++ b/arch/arm/boards/stm32mp15x-ev1/board.c @@ -2,6 +2,7 @@ #include <bootsource.h> #include <common.h> +#include <deep-probe.h> #include <init.h> #include <mach/stm32mp/bbu.h> @@ -30,7 +31,7 @@ static const struct of_device_id ed1_of_match[] = { { .compatible = "st,stm32mp157c-ed1" }, { /* sentinel */ }, }; -MODULE_DEVICE_TABLE(of, ed1_of_match); +BAREBOX_DEEP_PROBE_ENABLE(ed1_of_match); static struct driver ed1_board_driver = { .name = "board-stm32mp15x-ed1", -- 2.39.2