diff options
author | Andy Gross <agross@codeaurora.org> | 2015-08-26 14:42:45 -0500 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-09-09 15:57:09 -0500 |
commit | 93dbed9121cc8e0fcc93edd9fca901322bdfbd1a (patch) | |
tree | 31c7b083530842660b714713445fcd458b15a46b /Documentation | |
parent | 18912806bbf8bd6e2b5cb12317679790eb0e0ce4 (diff) | |
download | linux-93dbed9121cc8e0fcc93edd9fca901322bdfbd1a.tar.bz2 |
soc: qcom: smd: Use correct remote processor ID
This patch fixes SMEM addressing issues when remote processors need to use
secure SMEM partitions.
Signed-off-by: Andy Gross <agross@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt index f65c76db9859..97d9b3e1bf39 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt @@ -37,6 +37,12 @@ The edge is described by the following properties: Definition: the identifier of the remote processor in the smd channel allocation table +- qcom,remote-pid: + Usage: optional + Value type: <u32> + Definition: the identifier for the remote processor as known by the rest + of the system. + = SMD DEVICES In turn, subnodes of the "edges" represent devices tied to SMD channels on that |