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>;