Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: rockchip: rk3568: Add PLL rate for 33.3MHz

Add PLL rate for 33.3 MHz to allow BTT HDMI5 screen to run at its native
mode of 800x480

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Link: https://lore.kernel.org/r/20250318181930.1178256-1-anarsoul@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Vasily Khoruzhick and committed by
Heiko Stuebner
3cb09de4 646bfc52

+1
+1
drivers/clk/rockchip/clk-rk3568.c
··· 89 89 RK3036_PLL_RATE(96000000, 1, 96, 6, 4, 1, 0), 90 90 RK3036_PLL_RATE(78750000, 4, 315, 6, 4, 1, 0), 91 91 RK3036_PLL_RATE(74250000, 2, 99, 4, 4, 1, 0), 92 + RK3036_PLL_RATE(33300000, 4, 111, 5, 4, 1, 0), 92 93 { /* sentinel */ }, 93 94 }; 94 95