Commit 0d80ac75 authored by Connor Abbott's avatar Connor Abbott Committed by Bjorn Andersson

arm64: dts: qcom: sm8650: Fix GPU cx_mem size

This is doubled compared to previous GPUs. We can't access the new
SW_FUSE_VALUE register without this.

Fixes: db33633b ("arm64: dts: qcom: sm8650: add GPU nodes")
Signed-off-by: default avatarConnor Abbott <cwabbott0@gmail.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240426-a750-raytracing-v2-1-562ac9866d63@gmail.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 873d845a
...@@ -2614,7 +2614,7 @@ tcsr: clock-controller@1fc0000 { ...@@ -2614,7 +2614,7 @@ tcsr: clock-controller@1fc0000 {
gpu: gpu@3d00000 { gpu: gpu@3d00000 {
compatible = "qcom,adreno-43051401", "qcom,adreno"; compatible = "qcom,adreno-43051401", "qcom,adreno";
reg = <0x0 0x03d00000 0x0 0x40000>, reg = <0x0 0x03d00000 0x0 0x40000>,
<0x0 0x03d9e000 0x0 0x1000>, <0x0 0x03d9e000 0x0 0x2000>,
<0x0 0x03d61000 0x0 0x800>; <0x0 0x03d61000 0x0 0x800>;
reg-names = "kgsl_3d0_reg_memory", reg-names = "kgsl_3d0_reg_memory",
"cx_mem", "cx_mem",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment