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

Commit da3941f6 authored by Maulik Shah's avatar Maulik Shah
Browse files

ARM: dts: msm: Add display RSC device bindings for sdm670



Add device bindings for the display subsystem RSC. The RSC contains
the TCS that will be used to send sleep/wake/active requests to the
RPMH blocks for the SDE subsystem.

Change-Id: I9ee044ab984b9030241555db18b20e4d38345f98
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 4d9a308b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1042,6 +1042,19 @@
				<CONTROL_TCS   1>;
	};

	disp_rsc: mailbox@af20000 {
		compatible = "qcom,tcs-drv";
		label = "display_rsc";
		reg = <0xaf20000 0x100>, <0xaf21c00 0x3000>;
		interrupts = <0 129 0>;
		#mbox-cells = <1>;
		qcom,drv-id = <0>;
		qcom,tcs-config = <SLEEP_TCS 1>,
				<WAKE_TCS    1>,
				<ACTIVE_TCS  0>,
				<CONTROL_TCS 1>;
	};

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