Skip to content

Commit 05daa80

Browse files
SlarkXiaogregkh
authored andcommitted
bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W
For default mechanism, product would use default MRU 3500 if they didn't define it. But for Cinterion MV31-W, there is a known issue which MRU 3500 would lead to data connection lost. So we align it with Qualcomm default MRU settings. Link: https://lore.kernel.org/r/[email protected] [mani: Modified the commit message to reflect Cinterion MV31-W and CCed stable] Fixes: 87693e0 ("bus: mhi: pci_generic: Add Cinterion MV31-W PCIe to MHI") Cc: [email protected] # v5.14 + Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Slark Xiao <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a0572ce commit 05daa80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bus/mhi/pci_generic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ static const struct mhi_pci_dev_info mhi_mv31_info = {
402402
.config = &modem_mv31_config,
403403
.bar_num = MHI_PCI_DEFAULT_BAR_NUM,
404404
.dma_data_width = 32,
405+
.mru_default = 32768,
405406
};
406407

407408
static const struct mhi_channel_config mhi_sierra_em919x_channels[] = {

0 commit comments

Comments
 (0)