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

Commit d1225d2c authored by Chris Lew's avatar Chris Lew Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update QMP mailbox size for sdm855



Update the offset for the second QMP mailbox channel to 0x2000 to
utilize all the available shared memory with NPU.

Change-Id: I251fbaa395e147865551ed129775684a00015a7d
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 5dfea24b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2397,7 +2397,7 @@
		#mbox-cells = <1>;
	};

	qmp_npu1: qcom,qmp-npu-high@9818200 {
	qmp_npu1: qcom,qmp-npu-high@981a000 {
		compatible = "qcom,qmp-mbox";
		reg = <0x9818000 0x8000>, <0x17c00010 0x4>;
		reg-names = "msgram", "irq-reg-base";
@@ -2406,7 +2406,7 @@

		label = "npu_qmp_high";
		priority = <1>;
		mbox-desc-offset = <0x200>;
		mbox-desc-offset = <0x2000>;
		#mbox-cells = <1>;
	};