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

Commit 2c019504 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

msm: kgsl: Remove GPU_CC_GX_CXO_CLK from list of clocks



Remove this clock as this will be removed from the A6XX dtsi
file as well. This is needed because this clock is being removed
from the clock driver and will no long be controlled by
any client driver. The default state of this clock ensures that
it will turn ON/OFF when the GX GDSC is turned ON/OFF.

Change-Id: I158a52f313218186b4f0ca9a2854f8f7fc4972fa
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent d9089f47
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