Skip to content

Commit

Permalink
clk: qcom: gpucc-sdmmagpie: undervolt
Browse files Browse the repository at this point in the history
  • Loading branch information
ztc1997 committed Jun 17, 2021
1 parent 1fb390c commit 7630055
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions drivers/clk/qcom/gpucc-sdmmagpie.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,13 @@ static struct clk_rcg2 gpu_cc_gx_gfx3d_clk_src = {
.vdd_class = &vdd_gx,
.num_rate_max = VDD_GX_NUM,
.rate_max = (unsigned long[VDD_GX_NUM]) {
[VDD_GX_MIN] = 180000000,
[VDD_GX_LOWER] = 267000000,
[VDD_GX_LOW] = 355000000,
[VDD_GX_LOW_L1] = 430000000,
[VDD_GX_NOMINAL] = 565000000,
[VDD_GX_NOMINAL_L1] = 650000000,
[VDD_GX_HIGH] = 800000000,
[VDD_GX_HIGH_L1] = 825000000},
[VDD_GX_MIN] = 267000000,
[VDD_GX_LOWER] = 355000000,
[VDD_GX_LOW] = 430000000,
[VDD_GX_LOW_L1] = 565000000,
[VDD_GX_NOMINAL] = 700000000,
[VDD_GX_NOMINAL_L1] = 800000000,
[VDD_GX_HIGH] = 825000000},
},
};

Expand Down

0 comments on commit 7630055

Please sign in to comment.