arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 6 ++++++ 1 file changed, 6 insertions(+)
Enable the IPA block and provide the firmware name
required for firmware loading on qcm6490-idp.
Signed-off-by: Pavan Kumar <pavan.m@oss.qualcomm.com>
---
Changes in v5:
- Reworked commit message to describe the functionality being enabled.
- Removed IPA property consolidation explanation.
- Removed obsolete Link tag to IPA loader series.
- Clarified that the change applies to qcm6490-idp.
Changes in v4:
- Removed empty line between Link and Signed-off-by tags.
- Added empty line before the status property in the IPA node.
- Sent as a new thread instead of replying to the previous revision.
Changes in v3:
- Rebased on top of IPA property consolidation series.
- Dropped qcom,gsi-loader and memory-region properties as they are now
provided by kodiak.dtsi.
- Added Link tag to the dependent IPA loader series.
Changes in v2:
- Modified firmware file extension from .mdt to .mbn
v4: https://lore.kernel.org/all/20260703085809.2573214-1-sarat.addepalli@oss.qualcomm.com/
v3: https://lore.kernel.org/all/20260702105509.1360340-1-sarat.addepalli@oss.qualcomm.com/
v2: https://lore.kernel.org/all/20260618124700.2001191-1-sarat.addepalli@oss.qualcomm.com/
v1: https://lore.kernel.org/all/20250304152133.GA2763820@hu-kapandey-hyd.qualcomm.com/
---
arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
index bdc02260f902..7242695aed97 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
@@ -619,6 +619,12 @@ &gpu_zap_shader {
firmware-name = "qcom/qcm6490/a660_zap.mbn";
};
+&ipa {
+ firmware-name = "qcom/qcm6490/ipa_fws.mbn";
+
+ status = "okay";
+};
+
&lpass_rx_macro {
status = "okay";
};
> [PATCH v5] arm64: dts: qcom: qcom6490-idp: Add IPA node -ENOSUCHBOARD, it's qcm6490-idp. On Wed, Jul 22, 2026 at 01:53:14PM +0530, Pavan Kumar wrote: > Enable the IPA block and provide the firmware name > required for firmware loading on qcm6490-idp. > > Signed-off-by: Pavan Kumar <pavan.m@oss.qualcomm.com> > --- > Changes in v5: > - Reworked commit message to describe the functionality being enabled. > - Removed IPA property consolidation explanation. > - Removed obsolete Link tag to IPA loader series. > - Clarified that the change applies to qcm6490-idp. > Changes in v4: > - Removed empty line between Link and Signed-off-by tags. > - Added empty line before the status property in the IPA node. > - Sent as a new thread instead of replying to the previous revision. > Changes in v3: > - Rebased on top of IPA property consolidation series. > - Dropped qcom,gsi-loader and memory-region properties as they are now > provided by kodiak.dtsi. > - Added Link tag to the dependent IPA loader series. > Changes in v2: > - Modified firmware file extension from .mdt to .mbn > > v4: https://lore.kernel.org/all/20260703085809.2573214-1-sarat.addepalli@oss.qualcomm.com/ > v3: https://lore.kernel.org/all/20260702105509.1360340-1-sarat.addepalli@oss.qualcomm.com/ > v2: https://lore.kernel.org/all/20260618124700.2001191-1-sarat.addepalli@oss.qualcomm.com/ > v1: https://lore.kernel.org/all/20250304152133.GA2763820@hu-kapandey-hyd.qualcomm.com/ > --- > arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > Other than the subject: Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> -- With best wishes Dmitry
© 2016 - 2026 Red Hat, Inc.