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

Commit 4522ca45 authored by Lina Iyer's avatar Lina Iyer
Browse files

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



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

Change-Id: If97008f9c8d1c0ea6b4d607f5d3bf9b7ea3811a8
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 9f782ba7
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -622,6 +622,19 @@
				<ACTIVE_TCS  2>,
				<CONTROL_TCS 1>;
	};

	disp_rsc: mailbox@af20000 {
		status = "disabled";
		compatible = "qcom,tcs-drv";
		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>;
	};
};

&pcie_0_gdsc {