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

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

Merge "msm: cvp: Increase delay during AXI reset pulse"

parents c74f5105 cc6fc43a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3323,7 +3323,7 @@ static int reset_ahb2axi_bridge(struct iris_hfi_device *device)
		}

		/* wait for deassert */
		usleep_range(400, 450);
		usleep_range(1000, 1050);

		rc = __handle_reset_clk(device->res, i, DEASSERT, s);
		if (rc) {