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

Commit 0c49b963 authored by Jeff Hugo's avatar Jeff Hugo
Browse files

ARM: dts: msm: Update smem address for MSM8994



The memory map has changed.  Update the smem address to match the new map.

CRs-Fixed: 646771
Change-Id: I36205a419ef930b99e30cadc881945d7afab9339
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent 792ce78d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -223,9 +223,9 @@
		qcom,num-locks = <8>;
	};

	qcom,smem@cc00000 {
	qcom,smem@6a00000 {
		compatible = "qcom,smem";
		reg = <0xcc00000 0x200000>,
		reg = <0x6a00000 0x200000>,
			<0xf900d008 0x4>,
			<0xfc428000 0x4000>;
		reg-names = "smem", "irq-reg-base", "aux-mem1";