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
This commit is contained in:
Chris Lew
2019-08-08 17:28:14 -07:00
parent 985ec5b683
commit 7cc382c494

View File

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