[PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU

Akhil P Oommen posted 1 patch 1 month, 2 weeks ago
arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU
Posted by Akhil P Oommen 1 month, 2 weeks ago
From: Jie Zhang <jie.zhang@oss.qualcomm.com>

Enable GPU for hamoa-iot-evk platform and provide path for zap
shader.

Signed-off-by: Jie Zhang <jie.zhang@oss.qualcomm.com>
Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts b/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
index 460f27dcd6f6..b2a2538747f5 100644
--- a/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
+++ b/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
@@ -729,6 +729,14 @@ vreg_pmu_pcie_1p8: ldo9 {
 	};
 };
 
+&gpu {
+	status = "okay";
+};
+
+&gpu_zap_shader {
+	firmware-name = "qcom/x1e80100/gen70500_zap.mbn";
+};
+
 &i2c1 {
 	clock-frequency = <400000>;
 	status = "okay";

---
base-commit: 6ffbce0fdf09f89d4f970301f6ce6d6d88d9393c
change-id: 20260427-hamoa-evt-gpu-dea01004ffce

Best regards,
-- 
Akhil P Oommen <akhilpo@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU
Posted by Akhil P Oommen 1 month, 2 weeks ago
On 4/27/2026 11:23 PM, Akhil P Oommen wrote:
> From: Jie Zhang <jie.zhang@oss.qualcomm.com>
> 
> Enable GPU for hamoa-iot-evk platform and provide path for zap
> shader.
> 
> Signed-off-by: Jie Zhang <jie.zhang@oss.qualcomm.com>
> Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts b/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
> index 460f27dcd6f6..b2a2538747f5 100644
> --- a/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
> +++ b/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
> @@ -729,6 +729,14 @@ vreg_pmu_pcie_1p8: ldo9 {
>  	};
>  };
>  
> +&gpu {
> +	status = "okay";
> +};
> +
> +&gpu_zap_shader {
> +	firmware-name = "qcom/x1e80100/gen70500_zap.mbn";
> +};
> +

Ah! Looks like this was a stale patch in my stack. Yijie Yang aleady
enabled GPU nodes in hamoa-iot-som.dtsi.

Please ignore this patch.

-Akhil.

>  &i2c1 {
>  	clock-frequency = <400000>;
>  	status = "okay";
> 
> ---
> base-commit: 6ffbce0fdf09f89d4f970301f6ce6d6d88d9393c
> change-id: 20260427-hamoa-evt-gpu-dea01004ffce
> 
> Best regards,
Re: [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU
Posted by Dmitry Baryshkov 1 month, 2 weeks ago
On Mon, Apr 27, 2026 at 11:23:53PM +0530, Akhil P Oommen wrote:
> From: Jie Zhang <jie.zhang@oss.qualcomm.com>
> 
> Enable GPU for hamoa-iot-evk platform and provide path for zap
> shader.
> 
> Signed-off-by: Jie Zhang <jie.zhang@oss.qualcomm.com>
> Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry