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

Commit 2ef00c4f authored by Lina Iyer's avatar Lina Iyer
Browse files

ARM: dts: msm: fix register offsets for APPS RSC for SDM855



Fix incorrect register offsets for the RSC mailbox device for SDM855.

Change-Id: Ie414514c7cfe33192c4fff7e6d4710b9327dd8e4
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent aaad06e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1204,10 +1204,10 @@
		status = "disabled";
	};

	apps_rsc: mailbox@18200000 {
	apps_rsc: mailbox@18220000 {
		compatible = "qcom,tcs-drv";
		label = "apps_rsc";
		reg = <0x18200000 0x100>, <0x18200d00 0x3000>;
		reg = <0x18220000 0x100>, <0x18220d00 0x3000>;
		interrupts = <0 5 0>;
		#mbox-cells = <1>;
		qcom,drv-id = <2>;