[PATCH V7 2/2] arm64: dts: qcom: ipq9574: Add SMEM support
Poovendhan Selvaraj
quic_poovendh at quicinc.com
Thu May 11 00:58:14 PDT 2023
Add the required nodes to support SMEM
Signed-off-by: Poovendhan Selvaraj <quic_poovendh at quicinc.com>
---
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
index ee85258da066..ccf70bafabab 100644
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
@@ -101,6 +101,13 @@
reg = <0x0 0x4a600000 0x0 0x400000>;
no-map;
};
+
+ smem at 4aa00000 {
+ compatible = "qcom,smem";
+ reg = <0x0 0x4aa00000 0x0 0x00100000>;
+ hwlocks = <&tcsr_mutex 0>;
+ no-map;
+ };
};
soc: soc at 0 {
@@ -143,6 +150,12 @@
#power-domain-cells = <1>;
};
+ tcsr_mutex: hwlock at 1905000 {
+ compatible = "qcom,tcsr-mutex";
+ reg = <0x01905000 0x20000>;
+ #hwlock-cells = <1>;
+ };
+
tcsr: syscon at 1937000 {
compatible = "qcom,tcsr-ipq9574", "syscon";
reg = <0x01937000 0x21000>;
--
2.17.1
More information about the linux-arm-kernel
mailing list