summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoovendhan Selvaraj <quic_poovendh@quicinc.com>2023-05-11 10:58:14 +0300
committerBjorn Andersson <andersson@kernel.org>2023-05-11 19:49:48 +0300
commit46384ac7a61885ee29cf918777d5f81a6446e9e6 (patch)
tree02ccad76aa556d1fdd77131cc33c4b27e54b2494
parent590db411752dd8ef6504113643fc6c4f68660ffd (diff)
downloadlinux-46384ac7a61885ee29cf918777d5f81a6446e9e6.tar.xz
arm64: dts: qcom: ipq9574: Add SMEM support
Add the required nodes to support SMEM Signed-off-by: Poovendhan Selvaraj <quic_poovendh@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230511075814.2370-3-quic_poovendh@quicinc.com
-rw-r--r--arch/arm64/boot/dts/qcom/ipq9574.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
index 4d41c011523f..b65d94887e1a 100644
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
@@ -107,6 +107,13 @@
reg = <0x0 0x4a600000 0x0 0x400000>;
no-map;
};
+
+ smem@4aa00000 {
+ compatible = "qcom,smem";
+ reg = <0x0 0x4aa00000 0x0 0x00100000>;
+ hwlocks = <&tcsr_mutex 0>;
+ no-map;
+ };
};
soc: soc@0 {
@@ -149,6 +156,12 @@
#power-domain-cells = <1>;
};
+ tcsr_mutex: hwlock@1905000 {
+ compatible = "qcom,tcsr-mutex";
+ reg = <0x01905000 0x20000>;
+ #hwlock-cells = <1>;
+ };
+
tcsr: syscon@1937000 {
compatible = "qcom,tcsr-ipq9574", "syscon";
reg = <0x01937000 0x21000>;