projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6613476
)
clk: rockchip: rk3568: Add PLL rate for 128MHz
author
Chris Morgan
<macromorgan@hotmail.com>
Tue, 23 Jan 2024 21:21:10 +0000
(15:21 -0600)
committer
Heiko Stuebner
<heiko@sntech.de>
Thu, 25 Jan 2024 19:59:43 +0000
(20:59 +0100)
Add PLL rate for 128MHz to allow the panel for the Anbernic RG-ARC
series to run at 60hz.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link:
https://lore.kernel.org/r/20240123212111.202146-4-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3568.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3568.c
b/drivers/clk/rockchip/clk-rk3568.c
index b786ddc9af2af6ae48892558b73a8865bb1f117d..8cb21d10beca2a48a87738a5b11963570718a665 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3568.c
+++ b/
drivers/clk/rockchip/clk-rk3568.c
@@
-78,6
+78,7
@@
static struct rockchip_pll_rate_table rk3568_pll_rates[] = {
RK3036_PLL_RATE(200000000, 1, 100, 3, 4, 1, 0),
RK3036_PLL_RATE(148500000, 1, 99, 4, 4, 1, 0),
RK3036_PLL_RATE(135000000, 2, 45, 4, 1, 1, 0),
+ RK3036_PLL_RATE(128000000, 1, 16, 3, 1, 1, 0),
RK3036_PLL_RATE(126400000, 1, 79, 5, 3, 1, 0),
RK3036_PLL_RATE(119000000, 3, 119, 4, 2, 1, 0),
RK3036_PLL_RATE(115200000, 1, 24, 5, 1, 1, 0),