24 lines
743 B
Diff
24 lines
743 B
Diff
Since u-boot 2015_T1.0p6 there are new requency settings available.
|
|
|
|
Based on a patch from Nadav Haklai <nadavh at marvell.com>
|
|
|
|
Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>
|
|
|
|
--- a/drivers/clk/mvebu/armada-38x.c
|
|
+++ b/drivers/clk/mvebu/armada-38x.c
|
|
@@ -46,10 +46,11 @@ static u32 __init armada_38x_get_tclk_fr
|
|
}
|
|
|
|
static const u32 armada_38x_cpu_frequencies[] __initconst = {
|
|
- 0, 0, 0, 0,
|
|
- 1066 * 1000 * 1000, 0, 0, 0,
|
|
+ 666 * 1000 * 1000, 0, 800 * 1000 * 1000, 0,
|
|
+ 1066 * 1000 * 1000, 0, 1200 * 1000 * 1000, 0,
|
|
1332 * 1000 * 1000, 0, 0, 0,
|
|
- 1600 * 1000 * 1000,
|
|
+ 1600 * 1000 * 1000, 0, 0, 0,
|
|
+ 1866 * 1000 * 1000, 0, 0, 2000 * 1000 * 1000,
|
|
};
|
|
|
|
static u32 __init armada_38x_get_cpu_freq(void __iomem *sar)
|