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

Commit a8c8cc07 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 bba2f134 8ff21994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3350,7 +3350,7 @@ static int reset_ahb2axi_bridge(struct iris_hfi_device *device)
		}

		/* wait for deassert */
		usleep_range(150, 250);
		usleep_range(400, 450);

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