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

Commit 23264a95 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Update ipc router sdio transport plugin"

parents 82606b1c c83973e1
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
IPC Router SDIO Transport

Required properties:
-compatible:		should be "qcom,ipc_router_sdio_xprt"
-qcom,ch-name:		the SDIO channel name used by the SDIO transport
-qcom,xprt-remote:	string that defines the edge of the transport (PIL Name)
-qcom,xprt-linkid:	unique integer to identify the tier to which the link
			belongs to in the network and is used to avoid the
			routing loops while forwarding the broadcast messages
-qcom,xprt-version:	unique version ID used by SDIO transport header

Example:
	qcom,ipc_router_external_modem_xprt {
		compatible = "qcom,ipc_router_sdio_xprt";
	        qcom,ch-name = "ipc_bridge_sdio";
		qcom,xprt-remote = "external-modem";
		qcom,xprt-linkid = <1>;
		qcom,xprt-version = <3>;
	};
+790 −0

File added.

Preview size limit exceeded, changes collapsed.