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-02-05 16:06:44 +0100
commit591e3c0eafba1f779b8e5ee4e91719411ce86bc4 (patch)
treed4aba2c17f71aef930f53f8d5141678c919e6a9f
parente04f0b29efecc773df945a5b4c4912c469bc5e6a (diff)
mhi_uci: Add DUN & MBIM bindings
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--drivers/bus/mhi/uci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bus/mhi/uci.c b/drivers/bus/mhi/uci.c
index 1df2377f203d..730c6a37d144 100644
--- a/drivers/bus/mhi/uci.c
+++ b/drivers/bus/mhi/uci.c
@@ -611,6 +611,9 @@ 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},
+ { .chan = "NMEA", .driver_data = 0x1000},
{},
};
MODULE_DEVICE_TABLE(mhi, mhi_uci_match_table);