diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index f9cf6b4b..2c3d267b 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1995,6 +1995,11 @@ restrict-access; }; + adsp_sleepmon: adsp-sleepmon { + compatible = "qcom,adsp-sleepmon"; + qcom,rproc-handle = <&adsp_pas>; + }; + adsp_pas: remoteproc-adsp@03000000 { compatible = "qcom,sun-adsp-pas"; reg = <0x03000000 0x10000>; @@ -2219,7 +2224,8 @@ qcom,msm_cdsprm_rpmsg { compatible = "qcom,msm-cdsprm-rpmsg"; qcom,glink-channels = "cdsprmglink-apps-dsp"; - qcom,intents = <0x20 12>; + qcom,intents = <0x20 12 + 0xF00 12>; msm_cdsp_rm: qcom,msm_cdsp_rm { compatible = "qcom,msm-cdsp-rm";