public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] clk: armada-370: fix tclk frequencies
@ 2013-10-02 15:56 Simon Guinot
  2013-10-02 16:22 ` Jason Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Guinot @ 2013-10-02 15:56 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
---
 drivers/clk/mvebu/armada-370.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/mvebu/armada-370.c b/drivers/clk/mvebu/armada-370.c
index fc777bd..81a202d 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 = {
 };
 
 static const u32 a370_tclk_freqs[] __initconst = {
-	16600000,
-	20000000,
+	166000000,
+	200000000,
 };
 
 static u32 __init a370_get_tclk_freq(void __iomem *sar)
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-03 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 15:56 [PATCH] clk: armada-370: fix tclk frequencies Simon Guinot
2013-10-02 16:22 ` Jason Cooper
2013-10-02 16:57   ` Simon Guinot
2013-10-02 17:04     ` Jason Cooper
2013-10-03  9:00       ` Simon Guinot
2013-10-03 12:17         ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox