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

Commit d4105365 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add display RSC device bindings for MSMSKUNK" into msm-4.8

parents 32474f34 4522ca45
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 {