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

Commit d6e87d95 authored by Pratik Patel's avatar Pratik Patel
Browse files

ARM: dts: msm: Remove gpu_cc_ahb_clk from kgsl smmu for sdm845



gpu_cc_ahb_clk was exlusively under Linux control but now needs to be
shared with other subsystems so remove explicit voting for it and
instead rely on its management via the gpu_cx_gdsc enable/disable.

This will allow multiple subsystems to safely use this clock without
needing a common entity to manage the clock.

Change-Id: Ic44e35c8c69647c6e1c84841ad0120e33aca104b
Signed-off-by: default avatarPratik Patel <pratikp@codeaurora.org>
parent 37d3257d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -35,10 +35,8 @@
				<GIC_SPI 369 IRQ_TYPE_EDGE_RISING>,
				<GIC_SPI 370 IRQ_TYPE_EDGE_RISING>,
				<GIC_SPI 371 IRQ_TYPE_EDGE_RISING>;
		clock-names =	"gcc_gpu_memnoc_gfx_clk",
				"gpu_cc_ahb_clk";
		clocks = <&clock_gcc GCC_GPU_MEMNOC_GFX_CLK>,
			<&clock_gpucc GPU_CC_AHB_CLK>;
		clock-names =	"gcc_gpu_memnoc_gfx_clk";
		clocks = <&clock_gcc GCC_GPU_MEMNOC_GFX_CLK>;
		attach-impl-defs =
				<0x6000 0x2378>,
				<0x6060 0x1055>,