Received: by 10.223.185.116 with SMTP id b49csp6305655wrg; Thu, 8 Mar 2018 05:23:27 -0800 (PST) X-Google-Smtp-Source: AG47ELv1JHqgVzBc0m/CNSptF+NWB3aryx9YNzhD21fTbK14xO4QvKSW86seaZWDk7P5ygKE16SI X-Received: by 10.99.119.5 with SMTP id s5mr20694036pgc.71.1520515406965; Thu, 08 Mar 2018 05:23:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520515406; cv=none; d=google.com; s=arc-20160816; b=Y4lm8sht1oYzQTDJgm8/FIwtJQ8hSJaUsjhCNtJFhG/tOdYY9NNyxN9stEUS5iikoL lo8qOfKxm5BCPqSa5mwNGvH72xL3Bwa941AjhFdhuhT7nxED2jkV+g5qOAZptNAwx7WI p5lgN1PxSwSB5jIq6UnctAi7U7BTKCtU7QrapdclSVSLnt4WnZR7TVVa9WNwxHu+HwrY otU5/ey85JDmptLCAHC986l29aJhYW9RMCGDjnhXZy4LlVhK5fQsgSOiW01tzC9iFNB+ IA9VtB//oYVhiwxX+VeJzeU0vWGFbEscTpDK/aVvYc1HGQlU2r83NOc4l5aJweyVs2MD rV6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from :arc-authentication-results; bh=X7wjzJNAg2t9E1g1cv0PFMia2GJY6Mc+GGvJXH42UN8=; b=mWbLPIGLB6LtQ57U3JUdjZU1aycX07yzYDhcp7oZ7L5tfgyHeBAzy0r6TvbHvdTzrh UQxiSEJt1hit37NG55kgvjyl3+jp688NnL5SrcUwBvt+A2ciFvvwW7gZuypPRKueCVso Wn129iAWeH4cgyvfr7w9OTXa8qL/vo2X1eIw8Nurc9Lb5Nsa6PBc2fvZbGRmfTBO+il8 81wmRhvADY3ieTUvZqxw/KjeIpBwg+/G3zvW0Hdv4zfAhmze0YYZsjKFl8gEd4yobjPm +I0GLPgEjHvt8wa52S+mK7Cl4pF1PlmttoBydbtl8aj4nSPkWJ5kiMtvLdWd9RF8BvOx RoZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f63si12541693pfb.325.2018.03.08.05.23.12; Thu, 08 Mar 2018 05:23:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935811AbeCHNWO (ORCPT + 99 others); Thu, 8 Mar 2018 08:22:14 -0500 Received: from mail.bootlin.com ([62.4.15.54]:48556 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933173AbeCHNWN (ORCPT ); Thu, 8 Mar 2018 08:22:13 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id A42B420949; Thu, 8 Mar 2018 14:22:10 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 5B51520715; Thu, 8 Mar 2018 14:22:00 +0100 (CET) From: Gregory CLEMENT To: Richard Genoud Cc: Stephen Boyd , Michael Turquette , Gregory CLEMENT , Ralph Sennhauser , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: mvebu: armada-38x: add support for missing clocks References: <20180308090300.23544-1-richard.genoud@gmail.com> Date: Thu, 08 Mar 2018 14:22:01 +0100 In-Reply-To: <20180308090300.23544-1-richard.genoud@gmail.com> (Richard Genoud's message of "Thu, 8 Mar 2018 10:03:00 +0100") Message-ID: <87h8pq4s92.fsf@bootlin.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Richard, On jeu., mars 08 2018, Richard Genoud wrote: > Clearfog boards can come with a CPU clocked at 1600MHz (commercial) > or 1333MHz (industrial). > > They have also some dip-switches to select a different clock (666, 800, > 1066, 1200). The patch looks goo and it will also be usefull for any other board using these frequencies, thanks for this. I have only one small comment, see below. > > The funny thing is that the recovery button is on the MPP34 fq selector. > So, when booting an industrial board with this button down, the frequency > 666MHz is selected (and the kernel didn't boot). > > This patch add all the missing clocks. > > The only mode I didn't test is 2GHz (uboot found 4294MHz instead :/ ). > > Signed-off-by: Richard Genoud > --- > drivers/clk/mvebu/armada-38x.c | 14 +++++++------- > 1 file 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) > } > > 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, 0, 0, 0, > - 1866 * 1000 * 1000, > + 1866 * 1000 * 1000, 0, 0, 2000 * 1000 * 1000, Maybe you could add a comment here to say that the 2GHz mode didn't have been tested. Thanks, Gregory > }; > > 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 = { > }; > > static const int armada_38x_cpu_l2_ratios[32][2] __initconst = { > - {0, 1}, {0, 1}, {0, 1}, {0, 1}, > - {1, 2}, {0, 1}, {0, 1}, {0, 1}, > - {1, 2}, {0, 1}, {0, 1}, {0, 1}, > + {1, 2}, {0, 1}, {1, 2}, {0, 1}, > + {1, 2}, {0, 1}, {1, 2}, {0, 1}, > {1, 2}, {0, 1}, {0, 1}, {0, 1}, > {1, 2}, {0, 1}, {0, 1}, {0, 1}, > + {1, 2}, {0, 1}, {0, 1}, {1, 2}, > {0, 1}, {0, 1}, {0, 1}, {0, 1}, > {0, 1}, {0, 1}, {0, 1}, {0, 1}, > {0, 1}, {0, 1}, {0, 1}, {0, 1}, > @@ -91,7 +91,7 @@ static const int armada_38x_cpu_ddr_ratios[32][2] __initconst = { > {1, 2}, {0, 1}, {0, 1}, {0, 1}, > {1, 2}, {0, 1}, {0, 1}, {0, 1}, > {1, 2}, {0, 1}, {0, 1}, {0, 1}, > - {1, 2}, {0, 1}, {0, 1}, {0, 1}, > + {1, 2}, {0, 1}, {0, 1}, {7, 15}, > {0, 1}, {0, 1}, {0, 1}, {0, 1}, > {0, 1}, {0, 1}, {0, 1}, {0, 1}, > {0, 1}, {0, 1}, {0, 1}, {0, 1}, -- Gregory Clement, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering http://bootlin.com