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

Commit 02e61b34 authored by Lina Iyer's avatar Lina Iyer Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add system PM device binding for SDM855



System PM device handles all activities supporting the SoC's capability
to enter system sleep modes. Add device bindings for SDM855.

Change-Id: I743c082a99bc9e488e733f6687288041b078055f
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 2ef00c4f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1273,6 +1273,12 @@
			interrupts = <GIC_SPI 574 IRQ_TYPE_EDGE_RISING>;
		};
	};

	system_pm {
		compatible = "qcom,system-pm";
		mboxes = <&apps_rsc 0>;
		status = "disabled";
	};
};

&emac_gdsc {