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

Commit cc6fc43a authored by Yu SI's avatar Yu SI
Browse files

msm: cvp: Increase delay during AXI reset pulse



increase usleep_range

Change-Id: I1eb83b83753a5e97d9ad0e8a56ffe98422c5d7c3
Signed-off-by: default avatarYu SI <ysi@codeaurora.org>
parent 4027c201
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) {