[PATCH] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU
From: Abel Vesa
Date: Tue Sep 01 2026 - 04:28:42 EST
Enable the Adreno A722 GPU on the Eliza CQS SoM board and provide the zap
shader firmware path.
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
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..27831ea56d08 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/gen70e00_zap.mbn";
+};
+
&remoteproc_adsp {
firmware-name = "qcom/eliza/adsp.mbn",
"qcom/eliza/adsp_dtb.mbn";
---
base-commit: 1c8fe8863780705aba77893fade65f728e82b67a
change-id: 20260901-dts-qcom-eliza-evk-enable-gpu-6532c131cea1
Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>