Преглед на файлове

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>
Patrick Delaunay преди 4 години
родител
ревизия
d424e6786f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      drivers/ram/stm32mp1/stm32mp1_tuning.c

+ 1 - 1
drivers/ram/stm32mp1/stm32mp1_tuning.c

@@ -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,