ARM: dts: msm: Add QDSS clock to sun GPU
QDSS clock is used in kgsl to program ISDB registers. Add the clock so that kgsl can vote for it when needed. Change-Id: I2b71bdc4b9884409c598ba20759c56bff12cdb64 Signed-off-by: Mohammed Mirza Mandayappurath Manzoor <quic_mmandaya@quicinc.com>
This commit is contained in:
parent
cffcc8cffb
commit
17f495d10f
@@ -27,9 +27,11 @@
|
|||||||
interrupt-names = "kgsl_3d0_irq";
|
interrupt-names = "kgsl_3d0_irq";
|
||||||
|
|
||||||
clocks = <&gcc GCC_GPU_GEMNOC_GFX_CLK>,
|
clocks = <&gcc GCC_GPU_GEMNOC_GFX_CLK>,
|
||||||
<&gpucc GPU_CC_AHB_CLK>;
|
<&gpucc GPU_CC_AHB_CLK>,
|
||||||
|
<&aoss_qmp QDSS_CLK>;
|
||||||
clock-names = "gcc_gpu_memnoc_gfx",
|
clock-names = "gcc_gpu_memnoc_gfx",
|
||||||
"gpu_cc_ahb";
|
"gpu_cc_ahb",
|
||||||
|
"apb_pclk";
|
||||||
|
|
||||||
qcom,gpu-model = "Adreno830";
|
qcom,gpu-model = "Adreno830";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user