mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add addtional KGSL SMMU clocks for Shima
Add the following clocks to the list of clocks to vote for in order to access the KGSL SMMU register space: - GPU_CC_CX_GMU_CLK - GPU_CC_HUB_CX_INT_CLK - GPU_CC_HUB_AON_CLK. Change-Id: I0e3f49e8e2a32104b20dc3bc543b48a572a61698
This commit is contained in:
@@ -20,11 +20,18 @@
|
||||
clocks = <&gcc GCC_GPU_MEMNOC_GFX_CLK>,
|
||||
<&gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
|
||||
<&gpucc GPU_CC_AHB_CLK>,
|
||||
<&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>;
|
||||
<&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>,
|
||||
<&gpucc GPU_CC_CX_GMU_CLK>,
|
||||
<&gpucc GPU_CC_HUB_CX_INT_CLK>,
|
||||
<&gpucc GPU_CC_HUB_AON_CLK>;
|
||||
|
||||
clock-names = "gcc_gpu_memnoc_gfx",
|
||||
"gcc_gpu_snoc_dvm_gfx",
|
||||
"gpu_cc_ahb",
|
||||
"gpu_cc_hlos1_vote_gpu_smmu_clk";
|
||||
"gpu_cc_hlos1_vote_gpu_smmu_clk",
|
||||
"gpu_cc_cx_gmu_clk",
|
||||
"gpu_cc_hub_cx_int_clk",
|
||||
"gpu_cc_hub_aon_clk";
|
||||
|
||||
interconnects = <&gem_noc MASTER_GPU_TCU &mc_virt SLAVE_EBI1>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user