RE: [PATCH 8/9] ram: stm32mp1: reduce delay after BIST reset for tuning

2020-03-24 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: vendredi 6 mars 2020 11:14 > > Reduce the delay after BIST delay, from 1ms to 10us which is enough accoriding > datasheet. > > Signed-off-by: Patrick Delaunay > --- Applied to u-boot-stm/next, thanks! Regards Patrick

Re: [PATCH 8/9] ram: stm32mp1: reduce delay after BIST reset for tuning

2020-03-18 Thread Patrice CHOTARD
On 3/6/20 11:14 AM, Patrick Delaunay wrote: > Reduce the delay after BIST delay, from 1ms to 10us > which is enough accoriding datasheet. > > Signed-off-by: Patrick Delaunay > --- > > drivers/ram/stm32mp1/stm32mp1_tuning.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git