Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / qcom,q6core.txt
1 Qualcomm ADSP Core service binding
2
3 Q6CORE is one of the APR audio service on Q6DSP.
4 Please refer to qcom,apr.txt for details of the common apr service bindings
5 used by the apr service device.
6
7 - but must contain the following property:
8
9 - compatible:
10         Usage: required
11         Value type: <stringlist>
12         Definition: must be "qcom,q6core-v<MAJOR-NUMBER>.<MINOR-NUMBER>".
13                    Or "qcom,q6core" where the version number can be queried
14                    from DSP.
15                    example "qcom,q6core-v2.0"
16
17 = EXAMPLE
18 q6core@3 {
19         compatible = "qcom,q6core";
20         reg = <APR_SVC_ADSP_CORE>;
21 };