[PATCH v6 3/3] arm64: dts: qcom: sm7325: Move common IPA properties

From: Stanislav Zaikin

Date: Sat May 16 2026 - 05:10:34 EST


The qcom,gsi-loader and memory-region properties are common across
sm7325 devices. Move them from spacewar dts to the soc dtsi to avoid
duplication.

Signed-off-by: Stanislav Zaikin <zstaseg@xxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts | 2 --
arch/arm64/boot/dts/qcom/sm7325.dtsi | 5 +++++
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts b/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts
index cb59c122f6f6..7db9ae1c3cef 100644
--- a/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts
+++ b/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts
@@ -971,8 +971,6 @@ nfc@28 {
};

&ipa {
- qcom,gsi-loader = "self";
- memory-region = <&ipa_fw_mem>;
firmware-name = "qcom/sm7325/nothing/spacewar/ipa_fws.mbn";

status = "okay";
diff --git a/arch/arm64/boot/dts/qcom/sm7325.dtsi b/arch/arm64/boot/dts/qcom/sm7325.dtsi
index beb279956df6..59adc7fa5976 100644
--- a/arch/arm64/boot/dts/qcom/sm7325.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm7325.dtsi
@@ -15,3 +15,8 @@
&cpu5 { compatible = "qcom,kryo670"; };
&cpu6 { compatible = "qcom,kryo670"; };
&cpu7 { compatible = "qcom,kryo670"; };
+
+&ipa {
+ qcom,gsi-loader = "self";
+ memory-region = <&ipa_fw_mem>;
+};
--
2.51.0