Re: [PATCH] arm: mach-k3: am642: move do_dt_magic() after sysfw loading

2023-04-24 Thread Tom Rini
On Tue, Mar 28, 2023 at 04:13:14PM +0200, Christian Gmeiner wrote: > Makes it possible to use e.g mcu_spi0 for custom board detection. > > Signed-off-by: Christian Gmeiner > Reviewed-by: Bryan Brattlof Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] arm: mach-k3: am642: move do_dt_magic() after sysfw loading

2023-04-06 Thread Bryan Brattlof
Hi Christian! On March 28, 2023 thus sayeth Christian Gmeiner: > Makes it possible to use e.g mcu_spi0 for custom board detection. > > Signed-off-by: Christian Gmeiner > --- > arch/arm/mach-k3/am642_init.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > I had to pick up the patch

Re: [PATCH] arm: mach-k3: am642: move do_dt_magic() after sysfw loading

2023-04-06 Thread Christian Gmeiner
> > Makes it possible to use e.g mcu_spi0 for custom board detection. > gentle ping > Signed-off-by: Christian Gmeiner > --- > arch/arm/mach-k3/am642_init.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-k3/am642_init.c b/arch/arm/mach-k3/am642_init.c

[PATCH] arm: mach-k3: am642: move do_dt_magic() after sysfw loading

2023-03-28 Thread Christian Gmeiner
Makes it possible to use e.g mcu_spi0 for custom board detection. Signed-off-by: Christian Gmeiner --- arch/arm/mach-k3/am642_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-k3/am642_init.c b/arch/arm/mach-k3/am642_init.c index 96f292ea75..2478ac162b