clk: rockchip: add the needed cpuclk for rk3036
As the rk3036 supported the cpu opp table, we need add the related frequency rates. Change-Id: If50ed0fc02d3c8d0971d99bf392210616f1748c0 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
parent
fc81a90cf4
commit
2e2a36fadc
1 changed files with 3 additions and 0 deletions
|
|
@ -104,8 +104,11 @@ static struct rockchip_pll_rate_table rk3036_pll_rates[] = {
|
|||
}
|
||||
|
||||
static struct rockchip_cpuclk_rate_table rk3036_cpuclk_rates[] __initdata = {
|
||||
RK3036_CPUCLK_RATE(1200000000, 4),
|
||||
RK3036_CPUCLK_RATE(1008000000, 4),
|
||||
RK3036_CPUCLK_RATE(816000000, 4),
|
||||
RK3036_CPUCLK_RATE(600000000, 4),
|
||||
RK3036_CPUCLK_RATE(408000000, 4),
|
||||
RK3036_CPUCLK_RATE(312000000, 4),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue