Re: [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU
From: Akhil P Oommen
Date: Mon Apr 27 2026 - 14:29:00 EST
On 4/27/2026 11:23 PM, Akhil P Oommen wrote:
> From: Jie Zhang <jie.zhang@xxxxxxxxxxxxxxxx>
>
> Enable GPU for hamoa-iot-evk platform and provide path for zap
> shader.
>
> Signed-off-by: Jie Zhang <jie.zhang@xxxxxxxxxxxxxxxx>
> Signed-off-by: Akhil P Oommen <akhilpo@xxxxxxxxxxxxxxxx>
> ---
> 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,