Add glink-bgcom driver which relies on bgcom as a transport layer for sending data between various sub systems. Add documentation file for the glink-bgcom driver. Change-Id: I5eee03e6347a661dcefd083cea738b5d35fca848 Signed-off-by: Prudhvi Yarlagadda <pyarlaga@codeaurora.org>tirimbino
parent
8b2e3ee160
commit
7dcfe5a81e
@ -0,0 +1,24 @@ |
||||
Qualcomm Technologies, Inc GLINK BGCOM transport (glink_bgcom_xprt) binding |
||||
|
||||
This binding describes the Qualcomm Technologies, Inc glink bgcom transport |
||||
driver, a bgcom-spi based communication channel for sending data between the |
||||
various subsystems in Qualcomm Technologies, Inc platforms. |
||||
|
||||
- compatible: |
||||
Usage: required |
||||
Value type: <stringlist> |
||||
Definition: must be "qcom,glink-bgcom-xprt" |
||||
|
||||
- label: |
||||
Usage: required |
||||
Value type: <stringlist> |
||||
Definition: must be "bg" |
||||
|
||||
= EXAMPLE |
||||
|
||||
The following example reprsents a glink_bgcom node. |
||||
|
||||
qcom,glink-bgcom-xprt-bg { |
||||
compatible = "qcom,glink-bgcom-xprt"; |
||||
label = "bg"; |
||||
}; |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue