clk: qcom: Add support for 430MHz for gpu clock on sdm660
GPU clock requires to support 430MHz, so add the support for the same on sdm660. Change-Id: Ief238fbe521a10f8096ac44844f5abe013649f81 Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org>
This commit is contained in:
parent
31c9729a25
commit
08d84b18b1
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ 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(588000000, 0, 2, 0, 0, 1176000000),
|
||||
F_GFX(647000000, 0, 2, 0, 0, 1294000000),
|
||||
|
|
Loading…
Add table
Reference in a new issue