mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
rk3288: set RK3288_LIMIT_PLL_VIO1 to 410MHZ
This commit is contained in:
parent
f52cfbfccb
commit
d64a67250b
|
|
@ -616,7 +616,7 @@ const struct clk_ops clkops_rate_3288_dclk_lcdc0 = {
|
|||
.recalc_rate = clk_divider_recalc_rate,
|
||||
};
|
||||
|
||||
#define RK3288_LIMIT_PLL_VIO1 (348*MHZ)
|
||||
#define RK3288_LIMIT_PLL_VIO1 (410*MHZ)
|
||||
|
||||
static long clk_3288_dclk_lcdc1_determine_rate(struct clk_hw *hw, unsigned long rate,
|
||||
unsigned long *best_parent_rate,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user