2023-01-04 20:14:18

by Alex Elder

[permalink] [raw]
Subject: [PATCH v2 0/2] arm64: dts: qcom: sm6350: enable IPA

Enable IPA for the SM6350 SoC, which implements IPA v4.7. Enable it
on the Fairphone 4, which incorporates IPA definitions used for the
SM6350.

Version 2 of this series uses the new "qcom,gsi-loader" property to
specify that the AP should load firmware on this platform.

-Alex

Luca Weiss (2):
arm64: dts: qcom: sm6350: add IPA node
arm64: dts: qcom: sm7225-fairphone-fp4: enable IPA

arch/arm64/boot/dts/qcom/sm6350.dtsi | 47 +++++++++++++++++++
.../boot/dts/qcom/sm7225-fairphone-fp4.dts | 7 +++
2 files changed, 54 insertions(+)

--
2.34.1


2023-01-04 20:15:07

by Alex Elder

[permalink] [raw]
Subject: [PATCH v2 2/2] arm64: dts: qcom: sm7225-fairphone-fp4: enable IPA

From: Luca Weiss <[email protected]>

IPA is used for mobile data. Enable it.

Signed-off-by: Luca Weiss <[email protected]>
Signed-off-by: Alex Elder <[email protected]>
---
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
index c456e9594ea5b..6f9e59bf43a00 100644
--- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
+++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
@@ -362,6 +362,13 @@ haptics@5a {
};
};

+&ipa {
+ qcom,gsi-loader = "self";
+ memory-region = <&pil_ipa_fw_mem>;
+ firmware-name = "qcom/sm7225/fairphone4/ipa_fws.mdt";
+ status = "okay";
+};
+
&mpss {
status = "okay";
firmware-name = "qcom/sm7225/fairphone4/modem.mdt";
--
2.34.1

2023-01-18 23:59:04

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] arm64: dts: qcom: sm6350: enable IPA

On Wed, 4 Jan 2023 13:37:57 -0600, Alex Elder wrote:
> Enable IPA for the SM6350 SoC, which implements IPA v4.7. Enable it
> on the Fairphone 4, which incorporates IPA definitions used for the
> SM6350.
>
> Version 2 of this series uses the new "qcom,gsi-loader" property to
> specify that the AP should load firmware on this platform.
>
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: sm6350: add IPA node
commit: aed7154a30239f0275b13d622e1edd9d4d356308
[2/2] arm64: dts: qcom: sm7225-fairphone-fp4: enable IPA
commit: 60bf8740870e0377f29b44593c0bfbab379b4909

Best regards,
--
Bjorn Andersson <[email protected]>