OSDN Git Service

arm64: dts: qcom: sdm845: add apr nodes
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 12 Mar 2020 14:30:21 +0000 (14:30 +0000)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 15 Mar 2020 05:13:38 +0000 (22:13 -0700)
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Tested-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200312143024.11059-3-srinivas.kandagatla@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 2b474a8..14770fe 100644 (file)
@@ -17,6 +17,7 @@
 #include <dt-bindings/power/qcom-rpmpd.h>
 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
 #include <dt-bindings/reset/qcom,sdm845-pdc.h>
+#include <dt-bindings/soc/qcom,apr.h>
 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
 #include <dt-bindings/clock/qcom,gcc-sdm845.h>
 #include <dt-bindings/thermal/thermal.h>
                        label = "lpass";
                        qcom,remote-pid = <2>;
                        mboxes = <&apss_shared 8>;
+
+                       apr {
+                               compatible = "qcom,apr-v2";
+                               qcom,glink-channels = "apr_audio_svc";
+                               qcom,apr-domain = <APR_DOMAIN_ADSP>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                               qcom,intents = <512 20>;
+
+                               apr-service@3 {
+                                       reg = <APR_SVC_ADSP_CORE>;
+                                       compatible = "qcom,q6core";
+                                       qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+                               };
+
+                               q6afe: apr-service@4 {
+                                       compatible = "qcom,q6afe";
+                                       reg = <APR_SVC_AFE>;
+                                       qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+                                       q6afedai: dais {
+                                               compatible = "qcom,q6afe-dais";
+                                               #address-cells = <1>;
+                                               #size-cells = <0>;
+                                               #sound-dai-cells = <1>;
+                                       };
+                               };
+
+                               q6asm: apr-service@7 {
+                                       compatible = "qcom,q6asm";
+                                       reg = <APR_SVC_ASM>;
+                                       qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+                                       q6asmdai: dais {
+                                               compatible = "qcom,q6asm-dais";
+                                               #address-cells = <1>;
+                                               #size-cells = <0>;
+                                               #sound-dai-cells = <1>;
+                                               iommus = <&apps_smmu 0x1821 0x0>;
+                                       };
+                               };
+
+                               q6adm: apr-service@8 {
+                                       compatible = "qcom,q6adm";
+                                       reg = <APR_SVC_ADM>;
+                                       qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
+                                       q6routing: routing {
+                                               compatible = "qcom,q6adm-routing";
+                                               #sound-dai-cells = <0>;
+                                       };
+                               };
+                       };
+
                        fastrpc {
                                compatible = "qcom,fastrpc";
                                qcom,glink-channels = "fastrpcglink-apps-dsp";