mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk3188: gpu use switch pll to support 594M at gpll, change cpll to 798M
This commit is contained in:
@@ -1375,7 +1375,7 @@ static struct clk aclk_gpu = {
|
||||
.mode = gate_mode,
|
||||
.recalc = clksel_recalc_div,
|
||||
.round_rate = clk_freediv_round_autosel_parents_rate,
|
||||
.set_rate = clksel_set_rate_freediv,
|
||||
.set_rate = clkset_rate_freediv_autosel_parents,
|
||||
.clksel_con = CRU_CLKSELS_CON(34),
|
||||
.gate_idx = CLK_GATE_ACLK_GPU,
|
||||
CRU_DIV_SET(0x1f, 0, 32),
|
||||
|
||||
@@ -76,9 +76,9 @@ enum _codec_pll {
|
||||
#if (RK30_CLOCKS_DEFAULT_FLAGS&CLK_FLG_UART_1_3M)
|
||||
#define codec_pll_default codec_pll_768mhz
|
||||
#else
|
||||
#define codec_pll_default codec_pll_1200mhz
|
||||
#define codec_pll_default codec_pll_798mhz
|
||||
#endif
|
||||
#define periph_pll_default periph_pll_297mhz
|
||||
#define periph_pll_default periph_pll_594mhz
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user