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:
Caesar Wang 2017-10-20 18:00:59 +08:00
commit 2e2a36fadc

View file

@ -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),
};