Skip to content

Commit

Permalink
drivers: clk: gpucc-sdm660: Adjust ftbl_gfx3d_clk_src
Browse files Browse the repository at this point in the history
* For OverClocking, coz higher values may break boot.

Signed-off-by: RyuujiX <saputradenny712@gmail.com>
Signed-off-by: Santhosh <santhosh.user.why.red@gmail.com>
  • Loading branch information
RyuujiX authored and user-why-red committed Jun 11, 2024
1 parent 42404f7 commit 812f18a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions drivers/clk/qcom/gpucc-sdm660.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ static const struct freq_tbl ftbl_gfx3d_clk_src[] = {
F_GFX(160000000, 0, 2, 0, 0, 640000000),
F_GFX(266000000, 0, 2, 0, 0, 532000000),
F_GFX(370000000, 0, 2, 0, 0, 740000000),
F_GFX(430000000, 0, 2, 0, 0, 860000000),
F_GFX(465000000, 0, 2, 0, 0, 930000000),
F_GFX(585000000, 0, 2, 0, 0, 1170000000),
F_GFX(588000000, 0, 2, 0, 0, 1176000000),
F_GFX(647000000, 0, 2, 0, 0, 1294000000),
F_GFX(700000000, 0, 2, 0, 0, 1400000000),
F_GFX(750000000, 0, 2, 0, 0, 1500000000),
F_GFX(430000000, 0, 2, 0, 0, 740000000),
F_GFX(465000000, 0, 2, 0, 0, 860000000),
F_GFX(585000000, 0, 2, 0, 0, 860000000),
F_GFX(588000000, 0, 2, 0, 0, 930000000),
F_GFX(647000000, 0, 2, 0, 0, 930000000),
F_GFX(700000000, 0, 2, 0, 0, 1170000000),
F_GFX(750000000, 0, 2, 0, 0, 1170000000),
{ }
};

Expand Down

0 comments on commit 812f18a

Please sign in to comment.