Skip to content

Commit a0572ce

Browse files
SlarkXiaogregkh
authored andcommitted
bus: mhi: pci_generic: Add mru_default for Foxconn SDX55
For default mechanism, product would use default MRU 3500 if they didn't define it. But for Foxconn SDX55, 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/20220119101213.5008-1-slark_xiao@163.com [mani: Added pci_generic prefix to subject and CCed stable] Fixes: aac4265 ("bus: mhi: pci_generic: Introduce Foxconn T99W175 support") Cc: stable@vger.kernel.org # v5.12+ Reviewed-by: Manivannan Sadhasivam <mani@kernel.org> Signed-off-by: Slark Xiao <slark_xiao@163.com> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20220205135731.157871-2-manivannan.sadhasivam@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9ccdcc7 commit a0572ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/bus/mhi/pci_generic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = {
366366
.config = &modem_foxconn_sdx55_config,
367367
.bar_num = MHI_PCI_DEFAULT_BAR_NUM,
368368
.dma_data_width = 32,
369+
.mru_default = 32768,
369370
.sideband_wake = false,
370371
};
371372

0 commit comments

Comments
 (0)