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

Commit 7d4f474a authored by Jeff Hugo's avatar Jeff Hugo
Browse files

ARM: dts: msm: correct smem location for MSMKRYPTON



The location of shared memory has chaned.  Update the smem entry to reflect
the new value.

Change-Id: Id988652bfee1bfcd7cca8b90e6ddc4a275d2c7d8
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent 72447d3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -238,9 +238,9 @@
		qcom,num-locks = <8>;
	};

	qcom,smem@2200000 {
	qcom,smem@1100000 {
		compatible = "qcom,smem";
		reg = <0x2200000 0x100000>,
		reg = <0x1100000 0x100000>,
			<0xf9011000 0x1000>,
			<0xfc428000 0x4000>;
		reg-names = "smem", "irq-reg-base", "aux-mem1";