9
0
Fork 0

clk: mvebu: fix Armada 370 TCLK frequencies

This fixes Armada 370 TCLK frequencies that are off by
a factor of 10.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
Sebastian Hesselbarth 2014-04-14 09:49:46 +02:00 committed by Sascha Hauer
parent 524bb1a287
commit 5be6482b48
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ static const struct coreclk_ratio a370_coreclk_ratios[] = {
};
static const u32 a370_tclk_freqs[] = {
16600000,
20000000,
166000000,
200000000,
};
static u32 a370_get_tclk_freq(void __iomem *sar)