Thread (7 messages) 7 messages, 2 authors, 2016-10-21

[PATCH v2 3/4] arm64: dts: msm8996: Add SMEM DT nodes

From: Stephen Boyd <hidden>
Date: 2016-10-21 00:04:14
Also in: linux-arm-msm, linux-devicetree, lkml

On 10/20, Sarangdhar Joshi wrote:
quoted hunk ↗ jump to hunk
From: Bjorn Andersson <redacted>

Add SMEM and TCSR DT nodes on MSM8996.

Signed-off-by: Bjorn Andersson <redacted>
Signed-off-by: Sarangdhar Joshi <redacted>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 949b096..abc1089 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -164,17 +164,36 @@
 
 	};
 
+	tcsr_mutex: hwlock {
+		compatible = "qcom,tcsr-mutex";
+		syscon = <&tcsr_mutex_regs 0 0x1000>;
+		#hwlock-cells = <1>;
+	};
+
 	psci {
 		compatible = "arm,psci-1.0";
 		method = "smc";
 	};
 
+	smem {
+		compatible = "qcom,smem";
+
+		memory-region = <&smem_mem>;
+
+		hwlocks = <&tcsr_mutex 3>;
Super nitpick: Is there a reason we have newlines between
everything in this node? This node is the only one that isn't
consistent.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help