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:
parent
b604a41c6b
commit
d424e6786f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user