Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 835896cd authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: Increase fDeviceInit flag poll time to 5sec"

parents 86e12d12 0d01ecb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@
#define UFSHCD_REF_CLK_GATING_WAIT_US 0xFF /* microsecs */

/* Polling time to wait for fDeviceInit  */
#define FDEVICEINIT_COMPL_TIMEOUT 1500 /* millisecs */
#define FDEVICEINIT_COMPL_TIMEOUT 5000 /* millisecs */

#define ufshcd_toggle_vreg(_dev, _vreg, _on)				\
	({                                                              \