diff --git a/qcom/kera.dtsi b/qcom/kera.dtsi index 51ae0d64..d1644e10 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 5153bfc9..a2b7031e 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -857,6 +857,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>;