diff options
author | Kyle Deng <quic_chunkaid@quicinc.com> | 2024-09-11 16:03:18 +0800 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-10-29 15:07:12 -0500 |
commit | 8534231e09b8c3349e1964604472c6b5dc67227c (patch) | |
tree | 3fe83274347f94525b5ccc65ccc3c0ff6455189a | |
parent | f8b2f3813067733b33b96741167416db5aab9ef3 (diff) | |
download | lwn-8534231e09b8c3349e1964604472c6b5dc67227c.tar.gz lwn-8534231e09b8c3349e1964604472c6b5dc67227c.zip |
dt-bindings: soc: qcom,aoss-qmp: Document the QCS8300 AOSS channel
Document the Always-On Subsystem side channel on the Qualcomm QCS8300
platform for communication with client found on the SoC such as
remoteprocs.
Signed-off-by: Kyle Deng <quic_chunkaid@quicinc.com>
Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240911-qcs8300_binding-v2-4-de8641b3eaa1@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml index a6565de499af..e63f800c6caa 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml @@ -25,6 +25,7 @@ properties: compatible: items: - enum: + - qcom,qcs8300-aoss-qmp - qcom,qdu1000-aoss-qmp - qcom,sa8255p-aoss-qmp - qcom,sa8775p-aoss-qmp |