git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb35a2
)
clk: rk3588: Add 742.5M parameter for PLL
author
Guochun Huang
<hero.huang@rock-chips.com>
Wed, 11 Oct 2023 10:29:44 +0000
(18:29 +0800)
committer
Kever Yang
<kever.yang@rock-chips.com>
Mon, 23 Oct 2023 10:21:55 +0000
(18:21 +0800)
For a specific frequency.
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/clk/rockchip/clk_rk3588.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk_rk3588.c
b/drivers/clk/rockchip/clk_rk3588.c
index
119b133
..
c861762
100644
(file)
--- a/
drivers/clk/rockchip/clk_rk3588.c
+++ b/
drivers/clk/rockchip/clk_rk3588.c
@@
-36,6
+36,7
@@
static struct rockchip_pll_rate_table rk3588_pll_rates[] = {
RK3588_PLL_RATE(816000000, 2, 272, 2, 0),
RK3588_PLL_RATE(786432000, 2, 262, 2, 9437),
RK3588_PLL_RATE(786000000, 1, 131, 2, 0),
+ RK3588_PLL_RATE(742500000, 4, 495, 2, 0),
RK3588_PLL_RATE(722534400, 8, 963, 2, 24850),
RK3588_PLL_RATE(600000000, 2, 200, 2, 0),
RK3588_PLL_RATE(594000000, 2, 198, 2, 0),