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

Commit 647c1aed authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa3: increase uc-timeout value



Increase the uc timeout value for
ipa3_uc_map_cntr_reg_notify cmd.

Change-Id: I316be7331efc43ffd8044fa74c79adcc12e84c0e
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 405fe317
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -545,7 +545,7 @@ void ipa3_uc_map_cntr_reg_notify(void)
	ipa3_uc_send_cmd(0,
		IPA_CPU_2_HW_CMD_DEBUG_GET_INFO,
		IPA_HW_2_CPU_RESPONSE_CMD_COMPLETED,
		false, 0);
		false, 6*HZ);
}

static int ipa3_uc_send_cmd_64b_param(u32 cmd_lo, u32 cmd_hi, u32 opcode,