Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3eab7ec authored by Sujeev Dias's avatar Sujeev Dias
Browse files

mhi: dev: uci: remove boot logger channel from userspace



External modem boot logs will be routed to ipc logging buffer
instead of userspace.

CRs-Fixed: 2299820
Change-Id: Ib8fc6896f9ec3e0560409422b031ae9ac60e5c71
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent a89cab3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -653,7 +653,6 @@ static const struct mhi_device_id mhi_uci_match_table[] = {
	{ .chan = "QMI0", .driver_data = 0x1000 },
	{ .chan = "QMI1", .driver_data = 0x1000 },
	{ .chan = "TF", .driver_data = 0x1000 },
	{ .chan = "BL", .driver_data = 0x1000 },
	{ .chan = "DUN", .driver_data = 0x1000 },
	{},
};