From 7cc382c494c15bb5eaab1308a5bdf8d85879e379 Mon Sep 17 00:00:00 2001 From: Chris Lew Date: Thu, 8 Aug 2019 17:28:14 -0700 Subject: [PATCH] ARM: dts: msm: Add smp2p sleepstate node for Lahaina Add device node for the smp2p sleepstate entry and the device node for the smp2p sleep driver to notify dsps of apps power state changes. Change-Id: I9f413636e98d620bfab4729afc20d9783e3a24a5 --- qcom/lahaina.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qcom/lahaina.dtsi b/qcom/lahaina.dtsi index 3f972861..7e6c0eb5 100644 --- a/qcom/lahaina.dtsi +++ b/qcom/lahaina.dtsi @@ -731,6 +731,14 @@ mbox-names = "aop"; }; + qcom,smp2p_sleepstate { + compatible = "qcom,smp2p-sleepstate"; + qcom,smem-states = <&sleepstate_smp2p_out 0>; + interrupt-parent = <&sleepstate_smp2p_in>; + interrupts = <0 0>; + interrupt-names = "smp2p-sleepstate-in"; + }; + pdc: interrupt-controller@b220000 { compatible = "qcom,lahaina-pdc"; reg = <0xb220000 0x30000>, <0x17c000f0 0x60>;