From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030389AbdEXPCR (ORCPT ); Wed, 24 May 2017 11:02:17 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:34895 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759932AbdEXPCP (ORCPT ); Wed, 24 May 2017 11:02:15 -0400 Date: Wed, 24 May 2017 17:02:12 +0200 From: Ralph Sennhauser To: Gregory CLEMENT Cc: linux-clk@vger.kernel.org, Andrew Lunn , Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] clk: mvebu: add support for 1866MHz variants Message-ID: <20170524170212.0ffd2b16@gmail.com> In-Reply-To: <878tlmwekd.fsf@free-electrons.com> References: <20170523210106.16307-1-ralph.sennhauser@gmail.com> <878tlmwekd.fsf@free-electrons.com> Organization: none X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 May 2017 15:48:50 +0200 Gregory CLEMENT wrote: > Hi Ralph, > > On mar., mai 23 2017, Ralph Sennhauser > wrote: > > Adding a word about the fact this patch is for the armada 38x SoC in > the title would be nice. Agreed. > > > The Linksys WRT3200ACM CPU is clocked at 1866MHz. Add 1866MHz to the > > list of supported CPU frequencies. Also update multiplier and > > divisor for the l2clk and ddrclk. > > > > Noticed by the following warning: > > [ 0.000000] Selected CPU frequency (16) unsupported > > I checked your values with the hardware datasheet and they match the > documentation: > > Reviewed-by: Gregory CLEMENT > Thanks for checking. Ralph