mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
bindings: Add altmode-glink
The altmode mode device provides an interface for Type-C alternate mode clients to receive data such as Pin Assignment Notifications from the Type-C stack running on a remote subsystem (e.g. DSP) via the PMIC GLINK interface. Change-Id: Iec1cf5e64ed9b4eb93fbfa6aacc998d4f4f730e7
This commit is contained in:
34
bindings/soc/qcom/qcom,altmode-glink.txt
Normal file
34
bindings/soc/qcom/qcom,altmode-glink.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
* QTI Type-C Alternate Mode over GLINK bindings
|
||||
|
||||
The Qualcomm Technologies, Inc. Type-C Alternate (alt) Mode GLINK device
|
||||
provides an interface for Type-C alternate mode clients to receive data such as
|
||||
Pin Assignment Notifications from the Type-C stack running on a remote
|
||||
subsystem (e.g. DSP) via the PMIC GLINK interface.
|
||||
|
||||
Please refer to Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.txt
|
||||
for information on the "qcom,pmic_glink" device used in the example below.
|
||||
|
||||
REQUIRED PROPERTIES:
|
||||
|
||||
- compatible:
|
||||
Usage: required
|
||||
Value type: <stringlist>
|
||||
Definition: must be "qcom,altmode-glink"
|
||||
|
||||
- qcom,altmode-name:
|
||||
Usage: required
|
||||
Value type: <string>
|
||||
Definition: must be "altmode_N" where N is [0-9]
|
||||
|
||||
EXAMPLE:
|
||||
|
||||
&soc {
|
||||
qcom,pmic_glink {
|
||||
...
|
||||
qcom,altmode {
|
||||
compatible = "qcom,altmode-glink";
|
||||
qcom,altmode-name = "altmode_0";
|
||||
};
|
||||
...
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user