ram: stm32mp1: reduce delay after BIST reset for tuning

Reduce the delay after BIST delay, from 1ms to 10us
which is enough accoriding datasheet.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
Patrick Delaunay 2020-03-06 11:14:10 +01:00
parent b604a41c6b
commit d424e6786f

View File

@ -402,7 +402,7 @@ run:
writel(rand(), &phy->bistlsr);
/* some delay to reset BIST */
mdelay(1);
udelay(10);
/*Perform BIST Run*/
clrsetbits_le32(&phy->bistrr,