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

Commit 506db493 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

ARM: dts: msm: Add SMEM target info address for msm8226



To support the Dynamic SMEM configuration feature add the SMEM target
information address in IMEM and size.

Change-Id: Ice52bfe28ed93fecef6595d9a46c93479c5663e7
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 2a9f3229
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -700,8 +700,9 @@
		compatible = "qcom,smem";
		reg = <0xfa00000 0x100000>,
			<0xf9011000 0x1000>,
			<0xfc428000 0x4000>;
		reg-names = "smem", "irq-reg-base", "aux-mem1";
			<0xfc428000 0x4000>,
			<0xfe802ff0 0x8>;
		reg-names = "smem", "irq-reg-base", "aux-mem1", "smem_targ_info_imem";
		qcom,mpu-enabled;

		qcom,smd-modem {