Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c96520 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

ARM: dts: qcom: Add clocks to access KGSL SMMU register space

Add GPU_CC_CX_GMU_CLK, GPU_CC_HUB_AON_CLK and GPU_CC_HUB_CX_INT_CLK
clock to the list of clocks to vote for in order to access the KGSL
SMMU register space.

Change-Id: If23b108f6d22f5b6903c4962108fd273832063df
parent 1edf82a5
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -28,13 +28,19 @@
			<&gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
			<&gpucc GPU_CC_AHB_CLK>,
			<&aopcc QDSS_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_AON_CLK>,
			<&gpucc GPU_CC_HUB_CX_INT_CLK>;

		clock-names = "gcc_gpu_memnoc_gfx",
				"gcc_gpu_snoc_dvm_gfx",
				"gpu_cc_ahb",
				"apb_pclk",
				"gpu_cc_hlos1_vote_gpu_smmu_clk";
				"gpu_cc_hlos1_vote_gpu_smmu_clk",
				"gpu_cc_cx_gmu",
				"gpu_cc_hub_aon",
				"gpu_cc_hub_cx_int";

		qcom,chipid = <0x06060001>;