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

Commit 737a8345 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

ARM: dts: msm: Add smem configuration for lito



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

Change-Id: I8ba6ed5782ed8798b3d0f6802cb58404228c4b17
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 94bfbcf6
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -968,6 +968,23 @@
		interrupt-names = "l1-l2-faultirq",
				  "l3-scu-faultirq";
	};

	tcsr_mutex_block: syscon@1f40000 {
		compatible = "syscon";
		reg = <0x1f40000 0x20000>;
	};

	tcsr_mutex: hwlock {
		compatible = "qcom,tcsr-mutex";
		syscon = <&tcsr_mutex_block 0 0x1000>;
		#hwlock-cells = <1>;
	};

	smem: qcom,smem {
		compatible = "qcom,smem";
		memory-region = <&smem_mem>;
		hwlocks = <&tcsr_mutex 3>;
	};
};

#include "lito-pinctrl.dtsi"