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

Commit 70c80f91 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

msm: kgsl: Add the clock names for sdm845



Add new clock names to kgsl clocks. These are needed for writing
to GMU registers and for soft reset to work correctly.

Change-Id: I03f703e0afa5a673286e812f557ca699d2edc5bf
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent c6d522c5
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,9 @@ static const char * const clocks[] = {
	"isense_clk",
	"isense_clk",
	"rbcpr_clk",
	"rbcpr_clk",
	"iref_clk",
	"iref_clk",
	"gmu_clk"
	"gmu_clk",
	"ahb_clk",
	"cxo_clk"
};
};


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


#define KGSL_PWR_ON	0xFFFF
#define KGSL_PWR_ON	0xFFFF


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


#define KGSL_MAX_PWRLEVELS 10
#define KGSL_MAX_PWRLEVELS 10