[PATCH] arm: rockchip: radxa-rock3: enable deep probe support

Sascha Hauer sha at pengutronix.de
Wed Jun 22 00:26:46 PDT 2022


On Tue, Jun 21, 2022 at 10:36:37AM +0200, Michael Riesch wrote:
> Enable deep probe support on the Radxa ROCK3 boards.
> 
> Signed-off-by: Michael Riesch <michael.riesch at wolfvision.net>
> ---
>  arch/arm/boards/radxa-rock3/board.c | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/boards/radxa-rock3/board.c b/arch/arm/boards/radxa-rock3/board.c
> index 30ad594d0a..aef5ec5df6 100644
> --- a/arch/arm/boards/radxa-rock3/board.c
> +++ b/arch/arm/boards/radxa-rock3/board.c
> @@ -1,6 +1,7 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  #include <bootsource.h>
>  #include <common.h>
> +#include <deep-probe.h>
>  #include <init.h>
>  #include <mach/bbu.h>
>  
> @@ -50,3 +51,5 @@ static struct driver_d rock3_board_driver = {
>  	.of_compatible = rock3_of_match,
>  };
>  coredevice_platform_driver(rock3_board_driver);
> +
> +BAREBOX_DEEP_PROBE_ENABLE(rock3_of_match);
> -- 
> 2.30.2
> 
> 
> 

-- 
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