File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2401,8 +2401,7 @@ static struct clk_branch gcc_venus0_axi_clk = {
24012401};
24022402
24032403static 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};
You can’t perform that action at this time.
0 commit comments