summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-09-07 14:48:18 +0100
committerMark Brown <broonie@kernel.org>2026-09-07 14:48:18 +0100
commit49ef5f8c80c3b05d981b2a1d2477179605eecaac (patch)
treeb395a40d4c9ad5a6a6d9cb0f256f8342a4cbe35b
parent7bdfb2bf3ae54c78bac2ee9211bc0aec777294d8 (diff)
parent83c29a55b89e0de6e15bcc6c21b16b4b75ec3e89 (diff)
downloadlinux-next-49ef5f8c80c3b05d981b2a1d2477179605eecaac.tar.gz
linux-next-49ef5f8c80c3b05d981b2a1d2477179605eecaac.zip
Merge branch 'mhi-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git
-rw-r--r--drivers/bus/mhi/host/pci_generic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c
index b636e2c23b4d..96a68c26f982 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -732,6 +732,8 @@ static const struct mhi_channel_config mhi_sierra_em919x_channels[] = {
MHI_CHANNEL_CONFIG_DL(13, "MBIM", 128, 0),
MHI_CHANNEL_CONFIG_UL(14, "QMI", 32, 0),
MHI_CHANNEL_CONFIG_DL(15, "QMI", 32, 0),
+ MHI_CHANNEL_CONFIG_UL(18, "IP_CTRL", 32, 0),
+ MHI_CHANNEL_CONFIG_DL(19, "IP_CTRL", 32, 0),
MHI_CHANNEL_CONFIG_UL(32, "DUN", 32, 0),
MHI_CHANNEL_CONFIG_DL(33, "DUN", 32, 0),
MHI_CHANNEL_CONFIG_HW_UL(100, "IP_HW0", 512, 1),