mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user