Skip to content

Commit 4f7f0f4

Browse files
committed
fix clock
1 parent 02ddec6 commit 4f7f0f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/clk/qcom/gcc-msm8909.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,8 +2401,7 @@ static struct clk_branch gcc_venus0_axi_clk = {
24012401
};
24022402

24032403
static struct clk_branch gcc_venus0_core0_vcodec0_clk = {
2404-
//.halt_reg = 0x4c02c,
2405-
.halt_reg = 0x4c01c,
2404+
.halt_reg = 0x4c02c,
24062405
.halt_check = BRANCH_HALT,
24072406
.clkr = {
24082407
.enable_reg = 0x4c02c,
@@ -2464,6 +2463,7 @@ static struct gdsc venus_gdsc = {
24642463
.pd = {
24652464
.name = "venus_gdsc",
24662465
},
2466+
.parent = &venus_gdsc.pd,
24672467
.pwrsts = PWRSTS_OFF_ON,
24682468
};
24692469

@@ -2474,7 +2474,6 @@ static struct gdsc venus_core0_gdsc = {
24742474
.pd = {
24752475
.name = "venus_core0_gdsc",
24762476
},
2477-
.parent = &venus_gdsc.pd,
24782477
.flags = HW_CTRL,
24792478
.pwrsts = PWRSTS_OFF_ON,
24802479
};

0 commit comments

Comments
 (0)