clk: qcom: Add support for 585MHz GPU frequency
On SDM660 there is a new frequency requirement of 585MHz, so add support for the same. Change-Id: I9b55b18d6befdc8f5a7d9dac6bcb832eda338497 Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
parent
fc98b97cd8
commit
22f07893c9
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -181,6 +181,7 @@ static const struct freq_tbl ftbl_gfx3d_clk_src[] = {
|
|||
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),
|
||||
|
|
Loading…
Add table
Reference in a new issue