[PATCH 1/2] arm64: dts: qcom: sdm845-sony-tama: enable SLPI and IPA
From: Shujath Mohd
Date: Mon Sep 07 2026 - 21:18:35 EST
Enable the SLPI and IPA subsystems on Sony Xperia TAMA devices and
provide their firmware paths.
Configure IPA to use the self GSI loader and the existing IPA firmware
reserved-memory region.
Signed-off-by: Shujath Mohd <shujath@xxxxxxxxxx>
---
.../arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
index e34c1dc35a05..1c61a274604f 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
@@ -403,6 +403,18 @@ vreg_s3c_0p6: smps3 {
};
};
+&slpi_pas {
+ firmware-name = "qcom/sdm845/Sony/tama/slpi.mbn";
+ status = "okay";
+};
+
+&ipa {
+ qcom,gsi-loader = "self";
+ memory-region = <&ipa_fw_mem>;
+ firmware-name = "qcom/sdm845/Sony/tama/ipa_fws.mbn";
+ status = "okay";
+};
+
&cdsp_pas {
firmware-name = "qcom/sdm845/Sony/tama/cdsp.mbn";
status = "okay";
--
2.55.0