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

Commit ab7b493a authored by Anji Jonnala's avatar Anji Jonnala
Browse files

ARM: dts: msm: Update the virtual mpm base address



Virtual mpm has 8 bytes of reserved space. Skip the reserved
space to use mpm address space directly.

Change-Id: Iad5d5fd792914d8051c025972fa1f8a9183a3615
Signed-off-by: default avatarAnji Jonnala <anjir@codeaurora.org>
parent 1ab4f819
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -183,9 +183,9 @@
		qcom,mode = "tz";
	};

	qcom,mpm@601c8 {
	qcom,mpm@601d0 {
		compatible = "qcom,mpm-v2";
		reg = <0x601c8 0x1000>, /* MSM_RPM_MPM_BASE 4K */
		reg = <0x601d0 0x1000>, /* MSM_RPM_MPM_BASE 4K */
		    <0xb011008 0x4>;
		reg-names = "vmpm", "ipc";
		interrupts = <0 171 1>;