mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] arm: rockchip: radxa-rock3: enable deep probe support
@ 2022-06-21  8:36 Michael Riesch
  2022-06-22  7:26 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Riesch @ 2022-06-21  8:36 UTC (permalink / raw)
  To: barebox; +Cc: Michael Riesch

Enable deep probe support on the Radxa ROCK3 boards.

Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
 arch/arm/boards/radxa-rock3/board.c | 3 +++
 1 file changed, 3 insertions(+)

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: rockchip: radxa-rock3: enable deep probe support
  2022-06-21  8:36 [PATCH] arm: rockchip: radxa-rock3: enable deep probe support Michael Riesch
@ 2022-06-22  7:26 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2022-06-22  7:26 UTC (permalink / raw)
  To: Michael Riesch; +Cc: barebox

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-22  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  8:36 [PATCH] arm: rockchip: radxa-rock3: enable deep probe support Michael Riesch
2022-06-22  7:26 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox