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

Commit 313705e3 authored by Deepak Kumar's avatar Deepak Kumar Committed by Pankaj Gupta
Browse files

msm: kgsl: Increase KGSL_MAX_CLKS value



With addition of "smmu_vote" clock in kgsl clock
names list. Supported clock count is now 17. update
KGSL_MAX_CLKS value to 17 to make sure driver votes
for "smmu_vote" clock.

Change-Id: I140382b86245b9b34188f90a2b418dac43f2321a
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 7f106774
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#define KGSL_PWR_ON	0xFFFF

#define KGSL_MAX_CLKS 16
#define KGSL_MAX_CLKS 17
#define KGSL_MAX_REGULATORS 2

#define KGSL_MAX_PWRLEVELS 10