Merge "clk: qcom: Add support for 430MHz for gpu clock on sdm660"

This commit is contained in:
Linux Build Service Account 2017-11-05 22:32:47 -08:00 committed by Gerrit - the friendly Code Review server
commit aa00b1c16d

View file

@ -179,6 +179,7 @@ static const struct freq_tbl ftbl_gfx3d_clk_src[] = {
F_GFX(160000000, 0, 2, 0, 0, 640000000), F_GFX(160000000, 0, 2, 0, 0, 640000000),
F_GFX(266000000, 0, 2, 0, 0, 532000000), F_GFX(266000000, 0, 2, 0, 0, 532000000),
F_GFX(370000000, 0, 2, 0, 0, 740000000), 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(465000000, 0, 2, 0, 0, 930000000),
F_GFX(588000000, 0, 2, 0, 0, 1176000000), F_GFX(588000000, 0, 2, 0, 0, 1176000000),
F_GFX(647000000, 0, 2, 0, 0, 1294000000), F_GFX(647000000, 0, 2, 0, 0, 1294000000),