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

Commit 3cd38192 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: Remove GPU_CC_GX_CXO_CLK from list of clocks"

parents b2a45ecd 2c019504
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -68,8 +68,7 @@ static const char * const clocks[] = {
	"rbcpr_clk",
	"iref_clk",
	"gmu_clk",
	"ahb_clk",
	"cxo_clk"
	"ahb_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 17
#define KGSL_MAX_CLKS 16
#define KGSL_MAX_REGULATORS 2

#define KGSL_MAX_PWRLEVELS 10