From: Srinivas Kandagatla Date: Wed, 9 May 2018 12:56:14 +0000 (+0100) Subject: ASoC: qdsp6: dt-bindings: Add q6core dt bindings X-Git-Tag: v4.19~773^2~15^2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c943ef123669b0c4100d69039326696c1662d60;p=platform%2Fkernel%2Flinux-rpi3.git ASoC: qdsp6: dt-bindings: Add q6core dt bindings This patch add DT bindings for Q6CORE DSP module. Signed-off-by: Srinivas Kandagatla Reviewed-and-tested-by: Rohit kumar Reviewed-by: Rob Herring Reviewed-by: Banajit Goswami Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/qcom,q6core.txt b/Documentation/devicetree/bindings/sound/qcom,q6core.txt new file mode 100644 index 0000000..7f36ff8 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/qcom,q6core.txt @@ -0,0 +1,21 @@ +Qualcomm ADSP Core service binding + +Q6CORE is one of the APR audio service on Q6DSP. +Please refer to qcom,apr.txt for details of the common apr service bindings +used by the apr service device. + +- but must contain the following property: + +- compatible: + Usage: required + Value type: + Definition: must be "qcom,q6core-v.". + Or "qcom,q6core" where the version number can be queried + from DSP. + example "qcom,q6core-v2.0" + += EXAMPLE +q6core@3 { + compatible = "qcom,q6core"; + reg = ; +};