diff options
| author | Amandeep Singh <amansing@codeaurora.org> | 2019-07-03 11:47:52 +0530 |
|---|---|---|
| committer | Amandeep Singh <amansing@codeaurora.org> | 2019-09-03 11:24:16 +0530 |
| commit | c83973e117d29dbf3ab48d9ece77be30aed5f8fa (patch) | |
| tree | c27ecf4a02994a1c2fd0a984b06f985d9e6963b9 /Documentation | |
| parent | 3451ee0a5838c77dc7d013348cfec391edd739bd (diff) | |
soc: qcom: Update ipc router sdio transport plugin
Update ipc router sdio plugin initial snapshot to support peripheral
device over sdio transport.
Change-Id: I097ad755b3bd2270cda74738bed409e88dee343c
Signed-off-by: Amandeep Singh <amansing@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/arm/msm/msm_ipc_router_sdio_xprt.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/msm_ipc_router_sdio_xprt.txt b/Documentation/devicetree/bindings/arm/msm/msm_ipc_router_sdio_xprt.txt new file mode 100644 index 000000000000..97827fd9dde2 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/msm/msm_ipc_router_sdio_xprt.txt @@ -0,0 +1,19 @@ +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>; + }; |
