diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-05 22:33:10 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-05 22:33:09 -0800 |
| commit | 59e7cfaf529aca84913320d17e044edc05bc588e (patch) | |
| tree | 9b3eeffdd8b52d8b0d15720061e2179ab57b9b7e /Documentation | |
| parent | 22cfc3487c0ed3a8bfd98a943f4b693314cf643c (diff) | |
| parent | d0f8d1f85090265593722bda4aba3b13c9c61c53 (diff) | |
Merge "soc: qcom: Add support for QDSS bridge driver"
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/arm/msm/qdss_mhi.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/qdss_mhi.txt b/Documentation/devicetree/bindings/arm/msm/qdss_mhi.txt new file mode 100644 index 000000000000..928a4f4269a3 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/msm/qdss_mhi.txt @@ -0,0 +1,15 @@ +Qualcomm Technologies, Inc. QDSS bridge Driver + +This device will enable routing debug data from modem +subsystem to APSS host. + +Required properties: +-compatible : "qcom,qdss-mhi". +-qcom,mhi : phandle of MHI Device to connect to. + +Example: + qcom,qdss-mhi { + compatible = "qcom,qdss-mhi"; + qcom,mhi = <&mhi_0>; + }; + |
