Skip to content

Commit f513991

Browse files
lynxeye-devmmind
authored andcommitted
clk: rockchip: rk3568: Add PLL rate for 724 MHz
This rate allows to provide a low-jitter 72,4 MHz pixelclock for a custom eDP panel from the VPLL. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Link: https://lore.kernel.org/r/20240503153329.3906030-1-l.stach@pengutronix.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 947b8f2 commit f513991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3568.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ static struct rockchip_pll_rate_table rk3568_pll_rates[] = {
6464
RK3036_PLL_RATE(912000000, 1, 76, 2, 1, 1, 0),
6565
RK3036_PLL_RATE(816000000, 1, 68, 2, 1, 1, 0),
6666
RK3036_PLL_RATE(800000000, 3, 200, 2, 1, 1, 0),
67+
RK3036_PLL_RATE(724000000, 3, 181, 2, 1, 1, 0),
6768
RK3036_PLL_RATE(700000000, 3, 350, 4, 1, 1, 0),
6869
RK3036_PLL_RATE(696000000, 1, 116, 4, 1, 1, 0),
6970
RK3036_PLL_RATE(600000000, 1, 100, 4, 1, 1, 0),

0 commit comments

Comments
 (0)