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

Commit fea29b19 authored by Harshitha Sai Neelati's avatar Harshitha Sai Neelati Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Add apb_pclk to the clock list and increase KGSL_MAX_CLKS



KGSL needs to enable apb_pclk for QDSS register access.
Add apb_pclk to the clock list. Increment KGSL_MAX_CLKS
to support apb_pclk.

Change-Id: I017628ddda2b5807aab4d8970a4ceab2d9174f53
Signed-off-by: default avatarHarshitha Sai Neelati <hsaine@codeaurora.org>
parent fa889c3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ static const char * const clocks[] = {
	"gmu_clk",
	"ahb_clk",
	"smmu_vote",
	"apb_pclk",
};

static void kgsl_pwrctrl_clk(struct kgsl_device *device, int state,
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#define KGSL_PWR_ON	0xFFFF

#define KGSL_MAX_CLKS 17
#define KGSL_MAX_CLKS 18

#define KGSL_MAX_PWRLEVELS 16