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

Commit 9645dec6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Add the clock names for sdm845" into msm-4.9

parents cf9a25a8 70c80f91
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -67,7 +67,9 @@ static const char * const clocks[] = {
	"isense_clk",
	"rbcpr_clk",
	"iref_clk",
	"gmu_clk"
	"gmu_clk",
	"ahb_clk",
	"cxo_clk"
};

static unsigned int ib_votes[KGSL_MAX_BUSLEVELS];
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

#define KGSL_PWR_ON	0xFFFF

#define KGSL_MAX_CLKS 15
#define KGSL_MAX_CLKS 17
#define KGSL_MAX_REGULATORS 2

#define KGSL_MAX_PWRLEVELS 10