Devicetree
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU
@ 2026-04-27 17:53 Akhil P Oommen
  2026-04-27 18:18 ` Dmitry Baryshkov
  2026-04-27 18:22 ` Akhil P Oommen
  0 siblings, 2 replies; 3+ messages in thread
From: Akhil P Oommen @ 2026-04-27 17:53 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, freedreno, Jie Zhang,
	Akhil P Oommen

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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU
  2026-04-27 17:53 [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU Akhil P Oommen
@ 2026-04-27 18:18 ` Dmitry Baryshkov
  2026-04-27 18:22 ` Akhil P Oommen
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2026-04-27 18:18 UTC (permalink / raw)
  To: Akhil P Oommen
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel, freedreno,
	Jie Zhang

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU
  2026-04-27 17:53 [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU Akhil P Oommen
  2026-04-27 18:18 ` Dmitry Baryshkov
@ 2026-04-27 18:22 ` Akhil P Oommen
  1 sibling, 0 replies; 3+ messages in thread
From: Akhil P Oommen @ 2026-04-27 18:22 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, freedreno, Jie Zhang

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,


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-27 18:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 17:53 [PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable Adreno X1-85 GPU Akhil P Oommen
2026-04-27 18:18 ` Dmitry Baryshkov
2026-04-27 18:22 ` Akhil P Oommen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox