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-16 16:08:26 +0100
commit2d18a33685106007002cff25af6cbdb9329e94b6 (patch)
tree254660d664ceada06bf7beab579241e19b53c286
parent5b052dda8bb594325d831bd312341aefab3fbb77 (diff)
mhi: uci: Add Diag channel support
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);