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

Commit d95f61f6 authored by Srinivas Rao L's avatar Srinivas Rao L
Browse files

ARM: dts: msm: Add RSC mailbox controller device nodes for sdmmagpie



Add mailbox controller device nodes for application processor and
display subsystem.

Change-Id: Ifd58c41085cfa33cd75cfb726103b64ce2828cd4
Signed-off-by: default avatarSrinivas Rao L <lsrao@codeaurora.org>
parent 9cac8592
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <dt-bindings/clock/qcom,dispcc-sdmmagpie.h>
#include <dt-bindings/clock/qcom,npucc-sdmmagpie.h>
#include <dt-bindings/clock/qcom,rpmh.h>
#include <dt-bindings/soc/qcom,tcs-mbox.h>

/ {
	model = "Qualcomm Technologies, Inc. SDMMAGPIE";
@@ -911,6 +912,32 @@
			compatible = "qcom,llcc-amon";
		};
	};

	apps_rsc: mailbox@18220000 {
		compatible = "qcom,tcs-drv";
		label = "apps_rsc";
		reg = <0x18220000 0x100>, <0x18220d00 0x3000>;
		interrupts = <0 5 0>;
		#mbox-cells = <1>;
		qcom,drv-id = <2>;
		qcom,tcs-config = <ACTIVE_TCS  2>,
				  <SLEEP_TCS   3>,
				  <WAKE_TCS    3>,
				  <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 = <ACTIVE_TCS  2>,
				  <SLEEP_TCS   1>,
				  <WAKE_TCS    1>,
				  <CONTROL_TCS 0>;
	};
};

#include "sdmmagpie-pinctrl.dtsi"