aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt7
-rw-r--r--Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt5
-rw-r--r--Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt13
3 files changed, 16 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt
index 75ad7b8df0b1..728e4193f7a6 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt
@@ -63,9 +63,10 @@ on the Qualcomm ADSP Hexagon core.
63 63
64 64
65= SUBNODES 65= SUBNODES
66The adsp node may have an subnode named "smd-edge" that describes the SMD edge, 66The adsp node may have an subnode named either "smd-edge" or "glink-edge" that
67channels and devices related to the ADSP. See ../soc/qcom/qcom,smd.txt for 67describes the communication edge, channels and devices related to the ADSP.
68details on how to describe the SMD edge. 68See ../soc/qcom/qcom,smd.txt and ../soc/qcom/qcom,glink.txt for details on how
69to describe these.
69 70
70 71
71= EXAMPLE 72= EXAMPLE
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
index 92347fe6890e..7ff3f7903f26 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
@@ -90,6 +90,11 @@ the memory regions used by the Hexagon firmware. Each sub-node must contain:
90 Value type: <phandle> 90 Value type: <phandle>
91 Definition: reference to the reserved-memory for the region 91 Definition: reference to the reserved-memory for the region
92 92
93The Hexagon node may also have an subnode named either "smd-edge" or
94"glink-edge" that describes the communication edge, channels and devices
95related to the Hexagon. See ../soc/qcom/qcom,smd.txt and
96../soc/qcom/qcom,glink.txt for details on how to describe these.
97
93= EXAMPLE 98= EXAMPLE
94The following example describes the resources needed to boot control the 99The following example describes the resources needed to boot control the
95Hexagon, as it is found on MSM8974 boards. 100Hexagon, as it is found on MSM8974 boards.
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt
index 50fc20c6ce91..b277eca861f7 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt
@@ -1,11 +1,12 @@
1Qualcomm RPM GLINK binding 1Qualcomm GLINK edge binding
2 2
3This binding describes the Qualcomm RPM GLINK, a fifo based mechanism for 3This binding describes a Qualcomm GLINK edge, a fifo based mechanism for
4communication with the Resource Power Management system on various Qualcomm 4communication between subsystem-pairs on various Qualcomm platforms. Two types
5platforms. 5of edges can be described by the binding; the GLINK RPM edge and a SMEM based
6edge.
6 7
7- compatible: 8- compatible:
8 Usage: required 9 Usage: required for glink-rpm
9 Value type: <stringlist> 10 Value type: <stringlist>
10 Definition: must be "qcom,glink-rpm" 11 Definition: must be "qcom,glink-rpm"
11 12
@@ -16,7 +17,7 @@ platforms.
16 signal this processor about communication related events 17 signal this processor about communication related events
17 18
18- qcom,rpm-msg-ram: 19- qcom,rpm-msg-ram:
19 Usage: required 20 Usage: required for glink-rpm
20 Value type: <prop-encoded-array> 21 Value type: <prop-encoded-array>
21 Definition: handle to RPM message memory resource 22 Definition: handle to RPM message memory resource
22 23