Skip to content

Commit 46384ac

Browse files
Poovendhan Selvarajandersson
authored andcommitted
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
1 parent 590db41 commit 46384ac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm64/boot/dts/qcom/ipq9574.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@
107107
reg = <0x0 0x4a600000 0x0 0x400000>;
108108
no-map;
109109
};
110+
111+
smem@4aa00000 {
112+
compatible = "qcom,smem";
113+
reg = <0x0 0x4aa00000 0x0 0x00100000>;
114+
hwlocks = <&tcsr_mutex 0>;
115+
no-map;
116+
};
110117
};
111118

112119
soc: soc@0 {
@@ -149,6 +156,12 @@
149156
#power-domain-cells = <1>;
150157
};
151158

159+
tcsr_mutex: hwlock@1905000 {
160+
compatible = "qcom,tcsr-mutex";
161+
reg = <0x01905000 0x20000>;
162+
#hwlock-cells = <1>;
163+
};
164+
152165
tcsr: syscon@1937000 {
153166
compatible = "qcom,tcsr-ipq9574", "syscon";
154167
reg = <0x01937000 0x21000>;

0 commit comments

Comments
 (0)