Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1646346

[PATCH 12/13] clk: mvebu: add support for 1866MHz variants

From Ralph Sennhauser <ralph.sennhauser@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 12/13] clk: mvebu: add support for 1866MHz variants
Date 2017-05-21 15:00 +0200
Message-ID <tJyCK-7To-23@gated-at.bofh.it> (permalink)
References <tJyCJ-7To-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The Linksys WRT3200ACM CPU is clocked at 1866MHz. Add 1866MHz to
the list of supported CPU frequencies.

Noticed by the following warning:
[    0.000000] Selected CPU frequency (16) unsupported

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
---
 drivers/clk/mvebu/armada-38x.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/mvebu/armada-38x.c b/drivers/clk/mvebu/armada-38x.c
index 8bccf4e..6a92eb6 100644
--- a/drivers/clk/mvebu/armada-38x.c
+++ b/drivers/clk/mvebu/armada-38x.c
@@ -49,7 +49,8 @@ static const u32 armada_38x_cpu_frequencies[] __initconst = {
 	0, 0, 0, 0,
 	1066 * 1000 * 1000, 0, 0, 0,
 	1332 * 1000 * 1000, 0, 0, 0,
-	1600 * 1000 * 1000,
+	1600 * 1000 * 1000, 0, 0, 0,
+	1866 * 1000 * 1000
 };
 
 static u32 __init armada_38x_get_cpu_freq(void __iomem *sar)
-- 
2.10.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 12/13] clk: mvebu: add support for 1866MHz variants Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-05-21 15:00 +0200
  Re: [PATCH 12/13] clk: mvebu: add support for 1866MHz variants Andrew Lunn <andrew@lunn.ch> - 2017-05-23 14:20 +0200
    Re: [PATCH 12/13] clk: mvebu: add support for 1866MHz variants Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-05-23 22:00 +0200

csiph-web