From eae1f4e7d5b5ce951e9468270b72ce70bce68845 Mon Sep 17 00:00:00 2001 From: Rakesh Kundaram Date: Mon, 21 Oct 2024 10:31:38 +0530 Subject: [PATCH] ARM: dts: msm: Add sleepmon dtsi changes tuna and kera Add adsp sleepmon driver dtsi chagnes for tuna and kera. Change-Id: Iea7bd40bcfbed3167a298e1795816aa75aa4f348 Signed-off-by: Rakesh Kundaram --- qcom/kera.dtsi | 5 +++++ qcom/tuna.dtsi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/qcom/kera.dtsi b/qcom/kera.dtsi index bfa5172a..e77a4a45 100644 --- a/qcom/kera.dtsi +++ b/qcom/kera.dtsi @@ -426,6 +426,11 @@ interrupt-controller; }; + adsp_sleepmon: adsp-sleepmon { + compatible = "qcom,adsp-sleepmon"; + qcom,rproc-handle = <&adsp_pas>; + }; + adsp_pas: remoteproc-adsp@03000000 { compatible = "qcom,kera-adsp-pas"; reg = <0x03000000 0x10000>; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 217a3488..1fc4bd83 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -842,6 +842,11 @@ interrupt-controller; }; + adsp_sleepmon: adsp-sleepmon { + compatible = "qcom,adsp-sleepmon"; + qcom,rproc-handle = <&adsp_pas>; + }; + adsp_pas: remoteproc-adsp@03000000 { compatible = "qcom,tuna-adsp-pas"; reg = <0x03000000 0x10000>;