Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e026ff2 authored by Sandeep Neerudu's avatar Sandeep Neerudu
Browse files

ARM: dts: msm: Add smp2p sleepstate node for yupik

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: I6af351908939ba90e196e25d3515cb5b02df7cdf
parent 89041362
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -2195,6 +2195,25 @@
			interrupt-controller;
			#interrupt-cells = <2>;
		};

		sleepstate_smp2p_out: sleepstate-out {
			qcom,entry-name = "sleepstate";
			#qcom,smem-state-cells = <1>;
		};

		sleepstate_smp2p_in: qcom,sleepstate-in {
			qcom,entry-name = "sleepstate_see";
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	};

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

	qcom,smp2p-nsp {