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

Commit dd9bfaf1 authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

ARM: dts: msm: Add SMEM device node for sdm670



Add the SMEM device node to enable the use of shared memory by different
processors in the SoC.

CRs-Fixed: 2059063
Change-Id: I87a11e07cdf5f718ac24040500b2bf0c23fdb948
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent a24cb2cc
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -687,6 +687,17 @@
		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;
	};

	qcom,chd_sliver {
		compatible = "qcom,core-hang-detect";
		label = "silver";