File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2535,6 +2535,8 @@ static struct clk_branch vmem_ahb_clk = {
2535
2535
2536
2536
static struct gdsc video_top_gdsc = {
2537
2537
.gdscr = 0x1024 ,
2538
+ .cxcs = (unsigned int []){ 0x1028 , 0x1034 , 0x1038 },
2539
+ .cxc_count = 3 ,
2538
2540
.pd = {
2539
2541
.name = "video_top" ,
2540
2542
},
@@ -2543,20 +2545,26 @@ static struct gdsc video_top_gdsc = {
2543
2545
2544
2546
static struct gdsc video_subcore0_gdsc = {
2545
2547
.gdscr = 0x1040 ,
2548
+ .cxcs = (unsigned int []){ 0x1048 },
2549
+ .cxc_count = 1 ,
2546
2550
.pd = {
2547
2551
.name = "video_subcore0" ,
2548
2552
},
2549
2553
.parent = & video_top_gdsc .pd ,
2550
2554
.pwrsts = PWRSTS_OFF_ON ,
2555
+ .flags = HW_CTRL ,
2551
2556
};
2552
2557
2553
2558
static struct gdsc video_subcore1_gdsc = {
2554
2559
.gdscr = 0x1044 ,
2560
+ .cxcs = (unsigned int []){ 0x104c },
2561
+ .cxc_count = 1 ,
2555
2562
.pd = {
2556
2563
.name = "video_subcore1" ,
2557
2564
},
2558
2565
.parent = & video_top_gdsc .pd ,
2559
2566
.pwrsts = PWRSTS_OFF_ON ,
2567
+ .flags = HW_CTRL ,
2560
2568
};
2561
2569
2562
2570
static struct gdsc mdss_gdsc = {
You can’t perform that action at this time.
0 commit comments