[PATCH v1 1/2] ARM: boards: protonic-stm32mp1: enable deep-probe support

Sascha Hauer sha at pengutronix.de
Tue May 10 23:31:25 PDT 2022


On Tue, May 10, 2022 at 02:14:46PM +0200, Oleksij Rempel wrote:
> We are on early development stage, so enable deep-probe support as
> early as possible to detect and fix possible regressions.
> 
> Signed-off-by: Oleksij Rempel <o.rempel at pengutronix.de>
> ---
>  arch/arm/boards/protonic-stm32mp1/board.c | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/boards/protonic-stm32mp1/board.c b/arch/arm/boards/protonic-stm32mp1/board.c
> index 84a3d8eabc..174454ed27 100644
> --- a/arch/arm/boards/protonic-stm32mp1/board.c
> +++ b/arch/arm/boards/protonic-stm32mp1/board.c
> @@ -7,6 +7,7 @@
>  #include <init.h>
>  #include <mach/bbu.h>
>  #include <of_device.h>
> +#include <deep-probe.h>
>  
>  /* board specific flags */
>  #define PRT_STM32_BOOTSRC_SD		BIT(2)
> @@ -118,6 +119,7 @@ static const struct of_device_id prt_stm32_of_match[] = {
>  	{ .compatible = "prt,prtt1s", .data = &prt_stm32_prtt1a },
>  	{ /* sentinel */ },
>  };
> +BAREBOX_DEEP_PROBE_ENABLE(prt_stm32_of_match);
>  
>  static struct driver_d prt_stm32_board_driver = {
>  	.name = "board-protonic-stm32",
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list