Browse Source

msm: ipa: fix the endp_init_deaggr configuration

In IPA4.9, the wrong end_init_deaggr ipa hal implementation had
been chosen. The fix is to correc the setting.

Change-Id: I63e2c50bc42b13ef9213d4b75d5c22346170a0d3
Bojun Pan 4 years ago
parent
commit
b1419bf968
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_reg.c

+ 1 - 1
drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_reg.c

@@ -3559,7 +3559,7 @@ static struct ipahal_reg_obj ipahal_reg_objs[IPA_HW_MAX][IPA_REG_MAX] = {
 		ipareg_construct_endp_init_mode_n_v4_5, ipareg_parse_dummy,
 		0x00000820, 0x70, 0, 10, 0},
 	[IPA_HW_v4_9][IPA_ENDP_INIT_DEAGGR_n] = {
-		ipareg_construct_endp_init_deaggr_n,
+		ipareg_construct_endp_init_deaggr_n_v4_5,
 		ipareg_parse_dummy,
 		0x00000834, 0x70, 0, 10, 0},
 	[IPA_HW_v4_9][IPA_ENDP_INIT_RSRC_GRP_n] = {