summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2021-02-10 16:45:12 +0100
committerLoic Poulain <loic.poulain@linaro.org>2021-02-10 16:45:12 +0100
commit2ecdddda7bbc542ddfcd572187a0b984c1dd4de1 (patch)
tree5531983f21e59807c5d17e32d30681887a3aa5f0
parent3b604559c346422b059a822ec2e5bd358ce5678d (diff)
mhi: uci: Add Diag channel support5.11.0-quectel-v3
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--drivers/bus/mhi/uci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/mhi/uci.c b/drivers/bus/mhi/uci.c
index c69efe93c96a..be2b0e0c898a 100644
--- a/drivers/bus/mhi/uci.c
+++ b/drivers/bus/mhi/uci.c
@@ -614,6 +614,7 @@ static const struct mhi_device_id mhi_uci_match_table[] = {
{ .chan = "MBIM", .driver_data = 0x1000},
{ .chan = "DUN", .driver_data = 0x1000},
{ .chan = "NMEA", .driver_data = 0x1000},
+ { .chan = "DIAG", .driver_data = 0x1000},
{},
};
MODULE_DEVICE_TABLE(mhi, mhi_uci_match_table);