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

Commit 0003301d authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

ARM: dts: msm: Include clock votes for the kgsl smmu on Kona



The kgsl smmu on kona requires gcc_gpu_memnoc_gfx,
gcc_gpu_snoc_dvm_gfx and gpu_cc_ahb clocks.
Hence include the clock votes for the same.

Change-Id: Iee8b0b6a45d78caeacea1bc7d3d16e5095671182
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent 504854af
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -21,6 +21,14 @@
		ranges;
		qcom,regulator-names = "vdd";
		vdd-supply = <&gpu_cx_gdsc>;

		clocks = <&clock_gcc GCC_GPU_MEMNOC_GFX_CLK>,
			 <&clock_gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
			 <&clock_gpucc GPU_CC_AHB_CLK>;
		clock-names = "gcc_gpu_memnoc_gfx",
			      "gcc_gpu_snoc_dvm_gfx",
			      "gpu_cc_ahb";

		interrupts =	<GIC_SPI 672 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 673 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 678 IRQ_TYPE_LEVEL_HIGH>,