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

Commit 78fb4d47 authored by Lina Iyer's avatar Lina Iyer
Browse files

ARM: dts: msm: add RSC mailbox controller device nodes for SDM855



SMD855 supports two mailbox controllers - one for Linux and one for
display. Add device bindings for each of these controllers.

Change-Id: Icd7013ed0f65d8e614cf774f04521546ea7d6be8
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent ff07d5bd
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <dt-bindings/clock/qcom,rpmh.h>
#include <dt-bindings/clock/qcom,aop-qmp.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/soc/qcom,tcs-mbox.h>

/ {
	model = "Qualcomm Technologies, Inc. SDM855";
@@ -786,6 +787,34 @@

		status = "disabled";
	};

	apps_rsc: mailbox@18200000 {
		compatible = "qcom,tcs-drv";
		label = "apps_rsc";
		reg = <0x18200000 0x100>, <0x18200d00 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>;
		status = "disabled";
	};

	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   0>,
				  <WAKE_TCS    0>,
				  <CONTROL_TCS 0>;
		status = "disabled";
	};
};

&emac_gdsc {