File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2456,17 +2456,6 @@ static struct gdsc oxili_gdsc = {
24562456 .pwrsts = PWRSTS_OFF_ON ,
24572457};
24582458
2459- static struct gdsc venus_gdsc = {
2460- .gdscr = 0x4c018 ,
2461- .cxcs = (unsigned int []) { 0x4c024 , 0x4c01c },
2462- .cxc_count = 2 ,
2463- .pd = {
2464- .name = "venus_gdsc" ,
2465- },
2466- .parent = & venus_core0_gdsc .pd ,
2467- .pwrsts = PWRSTS_OFF_ON ,
2468- };
2469-
24702459static struct gdsc venus_core0_gdsc = {
24712460 .gdscr = 0x4c028 ,
24722461 .cxcs = (unsigned int []) { 0x4c02c },
@@ -2478,6 +2467,17 @@ static struct gdsc venus_core0_gdsc = {
24782467 .pwrsts = PWRSTS_OFF_ON ,
24792468};
24802469
2470+ static struct gdsc venus_gdsc = {
2471+ .gdscr = 0x4c018 ,
2472+ .cxcs = (unsigned int []) { 0x4c024 , 0x4c01c },
2473+ .cxc_count = 2 ,
2474+ .pd = {
2475+ .name = "venus_gdsc" ,
2476+ },
2477+ .parent = & venus_core0_gdsc .pd ,
2478+ .pwrsts = PWRSTS_OFF_ON ,
2479+ };
2480+
24812481static struct gdsc vfe_gdsc = {
24822482 .gdscr = 0x58034 ,
24832483 .cxcs = (unsigned int []) { 0x58038 , 0x58048 , 0x58050 },
You can’t perform that action at this time.
0 commit comments