summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2021-01-26 17:41:07 +0100
committerLoic Poulain <loic.poulain@linaro.org>2021-01-28 16:46:50 +0100
commitc92edee462ccbc73e8fe7fccfee07eadc3fbeeca (patch)
tree6420686264fb3a994ac25d8543970d8b13710cb6
parent183916b630073b894c30189b330a3c2f8891d9bb (diff)
mhi_uci: Add DUN & MBIM bindingsmhi-test
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--drivers/bus/mhi/uci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bus/mhi/uci.c b/drivers/bus/mhi/uci.c
index fff01c16755f..7504d506b7bb 100644
--- a/drivers/bus/mhi/uci.c
+++ b/drivers/bus/mhi/uci.c
@@ -482,6 +482,8 @@ static void mhi_uci_remove(struct mhi_device *mhi_dev)
/* .driver_data stores max mtu */
static const struct mhi_device_id mhi_uci_match_table[] = {
{ .chan = "QMI", .driver_data = 0x1000},
+ { .chan = "MBIM", .driver_data = 0x1000},
+ { .chan = "DUN", .driver_data = 0x1000},
{},
};
MODULE_DEVICE_TABLE(mhi, mhi_uci_match_table);