bindings: mproc: Add support for glink-helioscom strings

Update bindings for glink helioscom driver.

Change-Id: I3c039b5ba8f646a2415923f7bd2a395e5258b9a0
This commit is contained in:
Sarannya S
2022-01-05 12:07:03 +05:30
parent 53c7599285
commit e0c078264e

View File

@@ -0,0 +1,24 @@
Qualcomm Technologies, Inc GLINK HELIOSCOM transport (glink_helioscom_xprt) binding
This binding describes the Qualcomm Technologies, Inc glink helioscom transport
driver, a helioscom-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-helioscom-xprt"
- label:
Usage: required
Value type: <stringlist>
Definition: must be "helios"
= EXAMPLE
The following example reprsents a glink_helioscom node.
qcom,glink-helioscom-xprt-helios {
compatible = "qcom,glink-helioscom-xprt";
label = "helios";
};