Skip to content

Commit 995b52b

Browse files
Jie ZhangJie Zhang
authored andcommitted
FROMLIST: arm64: dts: qcom: qcs615-ride: Enable Adreno 612 GPU
Enable GPU for qcs615-ride platform and provide path for zap shader. Signed-off-by: Jie Zhang <quic_jiezh@quicinc.com> Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251204-qcs615-spin-2-v4-8-f5a00c5b663f@oss.qualcomm.com
1 parent 419c9ab commit 995b52b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

arch/arm64/boot/dts/qcom/qcs615-ride.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,14 @@
372372
};
373373
};
374374

375+
&gpu {
376+
status = "okay";
377+
};
378+
379+
&gpu_zap_shader {
380+
firmware-name = "qcom/qcs615/a612_zap.mbn";
381+
};
382+
375383
&i2c2 {
376384
clock-frequency = <400000>;
377385
status = "okay";

arch/arm64/boot/dts/qcom/talos.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@
17641764

17651765
gmu: gmu@506a000 {
17661766
compatible = "qcom,adreno-rgmu-612.0", "qcom,adreno-rgmu";
1767-
reg = <0x0 0x0506a000 0x0 0x34000>;
1767+
reg = <0x0 0x0506d000 0x0 0x2c000>;
17681768

17691769
clocks = <&gpucc GPU_CC_CX_GMU_CLK>,
17701770
<&gpucc GPU_CC_CXO_CLK>,

0 commit comments

Comments
 (0)