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

Commit 3323b7d5 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

ARM: dts: msm: Correct clock name for GPU_CC_AHB_CLK on Trinket



Clock name string for GPU_CC_AHB_CLK was specified as "iface_clock"
which should be "iface_clk". Correct this to make sure driver
votes for this clock.

Change-Id: I1526bfe3ab4de1027efa4c7b6f88046783fdbeaf
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 8f24df85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
			<&clock_gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>;

		clock-names = "core_clk", "rbbmtimer_clk", "mem_clk",
				"iface_clock", "mem_iface_clk",
				"iface_clk", "mem_iface_clk",
				"alt_mem_iface_clk", "gmu_clk",
				"smmu_vote";