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

Commit 05f9fb73 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add smem configuration on msmskunk



Add new entry in device tree for smem region. This smem
region is used to pass data to remote processors.

CRs-Fixed: 1059650
Change-Id: Ie1ef2a679208778eca5643b784d4305c511a648a
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent ecef30b2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -583,6 +583,17 @@
		reg = <0x1f40000 0x8000>;
		qcom,num-locks = <8>;
	};

	qcom,smem@86000000 {
		compatible = "qcom,smem";
		reg = <0x86000000 0x200000>,
			<0x17911008 0x4>,
			<0x778000 0x7000>,
			<0x1fd4000 0x8>;
		reg-names = "smem", "irq-reg-base", "aux-mem1",
			"smem_targ_info_reg";
		qcom,mpu-enabled;
	};
};

&pcie_0_gdsc {