diff options
-rw-r--r-- | drivers/clk/mvebu/armada-38x.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/clk/mvebu/armada-38x.c b/drivers/clk/mvebu/armada-38x.c index 394aa6f03f01..9ff4ea63932d 100644 --- a/drivers/clk/mvebu/armada-38x.c +++ b/drivers/clk/mvebu/armada-38x.c | |||
@@ -46,11 +46,11 @@ static u32 __init armada_38x_get_tclk_freq(void __iomem *sar) | |||
46 | } | 46 | } |
47 | 47 | ||
48 | static const u32 armada_38x_cpu_frequencies[] __initconst = { | 48 | static const u32 armada_38x_cpu_frequencies[] __initconst = { |
49 | 0, 0, 0, 0, | 49 | 666 * 1000 * 1000, 0, 800 * 1000 * 1000, 0, |
50 | 1066 * 1000 * 1000, 0, 0, 0, | 50 | 1066 * 1000 * 1000, 0, 1200 * 1000 * 1000, 0, |
51 | 1332 * 1000 * 1000, 0, 0, 0, | 51 | 1332 * 1000 * 1000, 0, 0, 0, |
52 | 1600 * 1000 * 1000, 0, 0, 0, | 52 | 1600 * 1000 * 1000, 0, 0, 0, |
53 | 1866 * 1000 * 1000, | 53 | 1866 * 1000 * 1000, 0, 0, 2000 * 1000 * 1000, |
54 | }; | 54 | }; |
55 | 55 | ||
56 | static u32 __init armada_38x_get_cpu_freq(void __iomem *sar) | 56 | static u32 __init armada_38x_get_cpu_freq(void __iomem *sar) |
@@ -76,11 +76,11 @@ static const struct coreclk_ratio armada_38x_coreclk_ratios[] __initconst = { | |||
76 | }; | 76 | }; |
77 | 77 | ||
78 | static const int armada_38x_cpu_l2_ratios[32][2] __initconst = { | 78 | static const int armada_38x_cpu_l2_ratios[32][2] __initconst = { |
79 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, | 79 | {1, 2}, {0, 1}, {1, 2}, {0, 1}, |
80 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | 80 | {1, 2}, {0, 1}, {1, 2}, {0, 1}, |
81 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | ||
82 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | 81 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, |
83 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | 82 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, |
83 | {1, 2}, {0, 1}, {0, 1}, {1, 2}, | ||
84 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, | 84 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, |
85 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, | 85 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, |
86 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, | 86 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, |
@@ -91,7 +91,7 @@ static const int armada_38x_cpu_ddr_ratios[32][2] __initconst = { | |||
91 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | 91 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, |
92 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | 92 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, |
93 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | 93 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, |
94 | {1, 2}, {0, 1}, {0, 1}, {0, 1}, | 94 | {1, 2}, {0, 1}, {0, 1}, {7, 15}, |
95 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, | 95 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, |
96 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, | 96 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, |
97 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, | 97 | {0, 1}, {0, 1}, {0, 1}, {0, 1}, |