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

Commit 8ff21994 authored by George Shen's avatar George Shen
Browse files

msm: cvp: Increase delay during AXI reset pulse



Per CVP HPG update on May 26th 2020.

Change-Id: I270d73200c77b0d1019b4b1935b2f3b43fac1546
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent b318939c
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) {