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

Abel Vesa posted 1 patch 3 weeks, 4 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] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU
Posted by Abel Vesa 3 weeks, 4 days ago
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@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..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@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU
Posted by Konrad Dybcio 3 weeks, 4 days ago
On 9/1/26 10:22 AM, Abel Vesa wrote:
> 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@oss.qualcomm.com>
> ---

Either "Adreno 722" or "A722"

with that:

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad
Re: [PATCH] arm64: dts: qcom: eliza-cqs-som: Enable Adreno A722 GPU
Posted by Abel Vesa 3 weeks, 4 days ago
On 26-09-01 13:14:47, Konrad Dybcio wrote:
> On 9/1/26 10:22 AM, Abel Vesa wrote:
> > 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@oss.qualcomm.com>
> > ---
> 
> Either "Adreno 722" or "A722"
> 

Sure. Will respin.

> with that:
> 
> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 

Thanks.