diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 4338045b..11f1a967 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1500,6 +1500,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>; @@ -1724,7 +1729,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";