mirror of
https://github.com/linux-msm/debugcc.git
synced 2026-02-25 13:12:32 -08:00
msm8996: add block names
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
97771010c6
commit
3ecf48627d
@@ -72,6 +72,7 @@ static struct debug_mux gcc = {
|
||||
static struct debug_mux mmss_cc = {
|
||||
.phys = 0x8c0000,
|
||||
.size = 0xb00c,
|
||||
.block_name = "mmss",
|
||||
|
||||
.enable_reg = 0x900,
|
||||
.enable_mask = BIT(16),
|
||||
@@ -112,6 +113,7 @@ static void cpu_postmeasure(struct debug_mux *mux)
|
||||
static struct debug_mux cpu_cc = {
|
||||
.phys = 0x09820000,
|
||||
.size = 0x1000,
|
||||
.block_name = "cpu",
|
||||
|
||||
.mux_reg = 0x78,
|
||||
.mux_mask = 0xff << 8,
|
||||
|
||||
Reference in New Issue
Block a user