mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
clk: rockchip: rk3588: Fix pll rate table for 216MHz and 96MHz
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I06b086dab6f1a6663804f032ad4a3ea905d4bf23
This commit is contained in:
@@ -88,8 +88,8 @@ static struct rockchip_pll_rate_table rk3588_pll_rates[] = {
|
||||
RK3588_PLL_RATE(594000000, 2, 198, 2, 0),
|
||||
RK3588_PLL_RATE(408000000, 2, 272, 3, 0),
|
||||
RK3588_PLL_RATE(312000000, 2, 208, 3, 0),
|
||||
RK3588_PLL_RATE(216000000, 2, 216, 3, 0),
|
||||
RK3588_PLL_RATE(96000000, 2, 216, 3, 0),
|
||||
RK3588_PLL_RATE(216000000, 2, 288, 4, 0),
|
||||
RK3588_PLL_RATE(96000000, 2, 256, 5, 0),
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user