Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-19 Thread Eugen.Hristev
On 4/7/21 12:39 PM, Manuel Luís Reis wrote: > Great, thanks for your help. > > Cheers > Manuel > > M. Luís Reis MSc MIET Chartered Engineer > > > > On Wed, 7 Apr 2021 at 10:31, wrote: >> >> On 4/7/21 12:16 PM, Manuel Luís Reis wrote: >>> Hi, >>> >>> @Derald: Thanks for trying this out. >>>

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-07 Thread Derald Woods
On Wed, Apr 7, 2021 at 1:32 AM wrote: > On 4/7/21 1:16 AM, Derald Woods wrote: > > On Tue, Apr 6, 2021 at 4:40 AM Manuel Reis > > wrote: > > > > in the early SPL boot stage whenever there is a call to udelay, > > dm_timer_init fails to find the pit timer

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-07 Thread Eugen.Hristev
On 4/7/21 12:16 PM, Manuel Luís Reis wrote: > Hi, > > @Derald: Thanks for trying this out. > > @Eugen: For what is worth, I can also confirm that I also tried with > the latest version v2021.04 and the board boots OK out of the box with > this patch only. > Ok, great news ! Thanks. Until this

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-07 Thread Eugen.Hristev
On 4/7/21 1:16 AM, Derald Woods wrote: > On Tue, Apr 6, 2021 at 4:40 AM Manuel Reis > wrote: > > in the early SPL boot stage whenever there is a call to udelay, > dm_timer_init fails to find the pit timer whenever it traverses > the device tree, if this

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-07 Thread Manuel Luís Reis
Great, thanks for your help. Cheers Manuel M. Luís Reis MSc MIET Chartered Engineer On Wed, 7 Apr 2021 at 10:31, wrote: > > On 4/7/21 12:16 PM, Manuel Luís Reis wrote: > > Hi, > > > > @Derald: Thanks for trying this out. > > > > @Eugen: For what is worth, I can also confirm that I also tried

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-07 Thread Manuel Luís Reis
Hi, @Derald: Thanks for trying this out. @Eugen: For what is worth, I can also confirm that I also tried with the latest version v2021.04 and the board boots OK out of the box with this patch only. RomBOOT U-Boot SPL

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-06 Thread Derald Woods
On Tue, Apr 6, 2021 at 4:40 AM Manuel Reis wrote: > in the early SPL boot stage whenever there is a call to udelay, > dm_timer_init fails to find the pit timer whenever it traverses > the device tree, if this property is not present > > Signed-off-by: Manuel Reis > CC: Eugen Hristev > --- >

[PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-06 Thread Manuel Reis
in the early SPL boot stage whenever there is a call to udelay, dm_timer_init fails to find the pit timer whenever it traverses the device tree, if this property is not present Signed-off-by: Manuel Reis CC: Eugen Hristev --- arch/arm/dts/sama5d3.dtsi | 1 + 1 file changed, 1 insertion(+)