mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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 <eagle.alexander923@gmail.com> Link: https://lore.kernel.org/r/20250408064612.41359-1-eagle.alexander923@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
0af2f6be1b
commit
831a8ac722
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ static struct rockchip_pll_rate_table rk3588_pll_rates[] = {
|
|||
RK3588_PLL_RATE(1560000000, 2, 260, 1, 0),
|
||||
RK3588_PLL_RATE(1536000000, 2, 256, 1, 0),
|
||||
RK3588_PLL_RATE(1512000000, 2, 252, 1, 0),
|
||||
RK3588_PLL_RATE(1500000000, 2, 250, 1, 0),
|
||||
RK3588_PLL_RATE(1488000000, 2, 248, 1, 0),
|
||||
RK3588_PLL_RATE(1464000000, 2, 244, 1, 0),
|
||||
RK3588_PLL_RATE(1440000000, 2, 240, 1, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue