mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: stm32mp: stm32mp15x-ev1: enable deep probe
Date: Thu, 23 Nov 2023 08:26:13 +0100	[thread overview]
Message-ID: <20231123072613.GH3359458@pengutronix.de> (raw)
In-Reply-To: <20231122181319.706228-1-a.fatoum@pengutronix.de>

On Wed, Nov 22, 2023 at 07:13:19PM +0100, Ahmad Fatoum wrote:
> The board boots fine with deep probe enabled, so enable it to eliminate
> probe deferrals.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
>  arch/arm/boards/stm32mp15x-ev1/board.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied, thanks

Sascha

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

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



      reply	other threads:[~2023-11-23  7:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-22 18:13 Ahmad Fatoum
2023-11-23  7:26 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231123072613.GH3359458@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox