Skip to content

Commit 831a8ac

Browse files
shcgitmmind
authored andcommitted
clk: rockchip: rk3588: Add PLL rate for 1500 MHz
At least one RK3588 clock (CPLL) uses 1.5 GHz, so let's add that frequency to the PLL table. Signed-off-by: Alexander Shiyan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 0af2f6b commit 831a8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3588.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 rk3588_pll_rates[] = {
6464
RK3588_PLL_RATE(1560000000, 2, 260, 1, 0),
6565
RK3588_PLL_RATE(1536000000, 2, 256, 1, 0),
6666
RK3588_PLL_RATE(1512000000, 2, 252, 1, 0),
67+
RK3588_PLL_RATE(1500000000, 2, 250, 1, 0),
6768
RK3588_PLL_RATE(1488000000, 2, 248, 1, 0),
6869
RK3588_PLL_RATE(1464000000, 2, 244, 1, 0),
6970
RK3588_PLL_RATE(1440000000, 2, 240, 1, 0),

0 commit comments

Comments
 (0)