summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2021-02-18 09:18:27 +0100
committerLoic Poulain <loic.poulain@linaro.org>2021-03-05 13:40:52 +0100
commitb4a8cfad6645e3853ed99604bfaaf6612379cd42 (patch)
treeca341cecaecaa82c9c85c5ffec7a35ffdd087d9c
parent80df031202f9417205d8a69cfab2260bfd5aeb21 (diff)
mhi: uci: Add firehose bnd sahara binding
FIREHOSE is a protocol (based on XML) handled in userspace, usually used for firmware upgrade. SAHARA is mostly used for crash dump collection. 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 be2b0e0c898a..def063e6d9b7 100644
--- a/drivers/bus/mhi/uci.c
+++ b/drivers/bus/mhi/uci.c
@@ -615,6 +615,8 @@ static const struct mhi_device_id mhi_uci_match_table[] = {
{ .chan = "DUN", .driver_data = 0x1000},
{ .chan = "NMEA", .driver_data = 0x1000},
{ .chan = "DIAG", .driver_data = 0x1000},
+ { .chan = "FIREHOSE", .driver_data = 0x4000},
+ { .chan = "SAHARA", .driver_data = 0x8000},
{},
};
MODULE_DEVICE_TABLE(mhi, mhi_uci_match_table);