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

Commit d0dd25f4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add system_pm_rpm for holi"

parents 7d19a971 d2f2a279
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
SYSTEM PM

System PM device is a virtual device that handles all CPU subsystem low power
mode activties. When entering core shutdown, resource state that were requested
from the processor may be relinquished and set to idle and restored when the
cores are brought out of sleep.

PROPERTIES

- compatible:
	Usage: required
	Value type: <string>
	Definition: must be "qcom,system-pm-rpm".

EXAMPLE

	system_pm_rpm {
		compatible = "qcom,system-pm-rpm";
	};
+4 −0
Original line number Diff line number Diff line
@@ -517,6 +517,10 @@
		rpm-channel-type = <15>; /* SMD_APPS_RPM */
	};

	system_pm_rpm {
		compatible = "qcom,system-pm-rpm";
	};

	ipcc_mproc: qcom,ipcc@208000 {
		compatible = "qcom,ipcc";
		reg = <0x208000 0x1000>;