diff options
| -rw-r--r-- | drivers/clk/mvebu/armada-370.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/mvebu/armada-370.c b/drivers/clk/mvebu/armada-370.c index fc777bdc1886..81a202d12a7a 100644 --- a/drivers/clk/mvebu/armada-370.c +++ b/drivers/clk/mvebu/armada-370.c | |||
| @@ -39,8 +39,8 @@ static const struct coreclk_ratio a370_coreclk_ratios[] __initconst = { | |||
| 39 | }; | 39 | }; |
| 40 | 40 | ||
| 41 | static const u32 a370_tclk_freqs[] __initconst = { | 41 | static const u32 a370_tclk_freqs[] __initconst = { |
| 42 | 16600000, | 42 | 166000000, |
| 43 | 20000000, | 43 | 200000000, |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | static u32 __init a370_get_tclk_freq(void __iomem *sar) | 46 | static u32 __init a370_get_tclk_freq(void __iomem *sar) |
