[PATCH v2] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU

Abel Vesa posted 1 patch 3 weeks, 3 days ago
There is a newer version of this series
arch/arm64/boot/dts/qcom/eliza-cqs-som.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH v2] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU
Posted by Abel Vesa 3 weeks, 3 days ago
Enable the Adreno 722 GPU on the Eliza CQS SoM board and provide the zap
shader firmware path.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v2:
- Rebased on next-20260901.
- Picked up Konrad's R-b tag.
- Reworded commit message as Konrad suggested.
- Fixed the zap shader firmware filename.
- Link to v1: https://patch.msgid.link/20260901-dts-qcom-eliza-evk-enable-gpu-v1-1-a7c3fb27b4e9@oss.qualcomm.com
---
 arch/arm64/boot/dts/qcom/eliza-cqs-som.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/eliza-cqs-som.dtsi b/arch/arm64/boot/dts/qcom/eliza-cqs-som.dtsi
index 5ef6c51618bf..918f5289ca45 100644
--- a/arch/arm64/boot/dts/qcom/eliza-cqs-som.dtsi
+++ b/arch/arm64/boot/dts/qcom/eliza-cqs-som.dtsi
@@ -374,6 +374,14 @@ &pm7550ba_eusb2_repeater {
 	vdd3-supply = <&vreg_l17b>;
 };
 
+&gpu {
+	status = "okay";
+};
+
+&gpu_zap_shader {
+	firmware-name = "qcom/eliza/gen71700_zap.mbn";
+};
+
 &remoteproc_adsp {
 	firmware-name = "qcom/eliza/adsp.mbn",
 			"qcom/eliza/adsp_dtb.mbn";

---
base-commit: 8b72f6626dc39b9e7e82b2721d4f7c3b86286012
change-id: 20260901-dts-qcom-eliza-evk-enable-gpu-6532c131cea1

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH v2] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU
Posted by Bjorn Andersson 2 weeks, 1 day ago
On Wed, 02 Sep 2026 11:13:35 +0300, Abel Vesa wrote:
> Enable the Adreno 722 GPU on the Eliza CQS SoM board and provide the zap
> shader firmware path.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU
      commit: f0d9238839b3c2ebe3f8c821a2b60e8e3ce2ae6d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>