Skip to content

Commit 723facb

Browse files
committed
Merge tag 'v6.8-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-rockchip
Pull Rockchip clk driver updates from Heiko Stuebner: Two new pll rates and an additional critical clock on rk3568. * tag 'v6.8-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: clk: rockchip: rk3568: Mark pclk_usb as critical clk: rockchip: rk3568: Add PLL rate for 126.4MHz clk: rockchip: rk3568: Add PLL rate for 115.2MHz
2 parents b85ea95 + 721bf08 commit 723facb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/rockchip/clk-rk3568.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ static struct rockchip_pll_rate_table rk3568_pll_rates[] = {
7777
RK3036_PLL_RATE(200000000, 1, 100, 3, 4, 1, 0),
7878
RK3036_PLL_RATE(148500000, 1, 99, 4, 4, 1, 0),
7979
RK3036_PLL_RATE(135000000, 2, 45, 4, 1, 1, 0),
80+
RK3036_PLL_RATE(126400000, 1, 79, 5, 3, 1, 0),
8081
RK3036_PLL_RATE(119000000, 3, 119, 4, 2, 1, 0),
82+
RK3036_PLL_RATE(115200000, 1, 24, 5, 1, 1, 0),
8183
RK3036_PLL_RATE(108000000, 2, 45, 5, 1, 1, 0),
8284
RK3036_PLL_RATE(101000000, 1, 101, 6, 4, 1, 0),
8385
RK3036_PLL_RATE(100000000, 1, 150, 6, 6, 1, 0),
@@ -1592,6 +1594,7 @@ static const char *const rk3568_cru_critical_clocks[] __initconst = {
15921594
"hclk_php",
15931595
"pclk_php",
15941596
"hclk_usb",
1597+
"pclk_usb",
15951598
"hclk_vo",
15961599
};
15971600

0 commit comments

Comments
 (0)