arm64: dts: qcom: sdm630: disable GPU by default
The SoC's device tree file disables gpucc and adreno's SMMU by default.
So let's disable the GPU too. Moreover it looks like SMMU might be not
usable without additional patches (which means that GPU is unusable
too). No board uses GPU at this moment.
Fixes: 5cf69dcbec
("arm64: dts: qcom: sdm630: Add Adreno 508 GPU configuration")
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220521202708.1509308-4-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
7d8ee8e5db
commit
1c04791976
|
@ -1050,6 +1050,8 @@
|
|||
|
||||
operating-points-v2 = <&gpu_sdm630_opp_table>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
gpu_sdm630_opp_table: opp-table {
|
||||
compatible = "operating-points-v2";
|
||||
opp-775000000 {
|
||||
|
|
Loading…
Reference in New Issue