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-02-18 09:18:27 +0100
commitb4b7686d3ce7112bf4fb4f7487c069cef8f148bb (patch)
tree75b11cd2ed0ab5f445a313daf079c42e87e5306e
parent1e0d98bf8d65cbe163d6aa4bac3dcc2f300edba4 (diff)
mhi: uci: Add firehose binding
FIREHOSE is a protocol (based on XML) handled in userspace, usually used for firmware upgrade. 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 be2b0e0c898a..c3d7373e4b6d 100644
--- a/drivers/bus/mhi/uci.c
+++ b/drivers/bus/mhi/uci.c
@@ -615,6 +615,7 @@ 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 = 0x1000},
{},
};
MODULE_DEVICE_TABLE(mhi, mhi_uci_match_table);