From d0e28b8499726e34ce7dac44f9c584b5621cb564 Mon Sep 17 00:00:00 2001 From: Madhu Pagadoju Date: Tue, 17 Oct 2023 16:50:58 +0530 Subject: [PATCH] ARM: dts: msm: Update sun device tree for adsp_sleepmon and cdsprm Add adsp sleepmon driver device configuration, add new intents to read dcvs clients information and documentation under cdsprm device tree. Change-Id: Icb2b7162544af8dc1d1b255ac99e3be6a4765f6d Signed-off-by: Madhu Pagadoju --- qcom/sun.dtsi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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";