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

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

Merge "mhi: core: Increase RDDM timeout to 250ms"

parents cdced88e 14704746
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ static int __mhi_download_rddm_in_panic(struct mhi_controller *mhi_cntrl)
	enum mhi_ee ee;
	const u32 delayms = 5;
	u32 retry = (mhi_cntrl->timeout_ms) / delayms;
	const u32 rddm_timeout_ms = 200;
	const u32 rddm_timeout_ms = 250;
	int rddm_retry = rddm_timeout_ms / delayms; /* time to enter rddm */
	void __iomem *base = mhi_cntrl->bhie;