Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755628AbcKCM03 (ORCPT ); Thu, 3 Nov 2016 08:26:29 -0400 Received: from mail-qk0-f195.google.com ([209.85.220.195]:34895 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752590AbcKCM0V (ORCPT ); Thu, 3 Nov 2016 08:26:21 -0400 MIME-Version: 1.0 In-Reply-To: References: <1477576872-2665-1-git-send-email-mirza.krak@gmail.com> <1477576872-2665-2-git-send-email-mirza.krak@gmail.com> From: Mirza Krak Date: Thu, 3 Nov 2016 13:26:20 +0100 Message-ID: Subject: Re: [PATCH V3 1/6] clk: tegra: add TEGRA20_CLK_NOR to init table To: Jon Hunter Cc: Stephen Warren , Thierry Reding , Alexandre Courbot , linux@armlinux.org.uk, pdeschrijver@nvidia.com, Prashant Gaikwad , Michael Turquette , sboyd@codeaurora.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 947 Lines: 29 2016-11-03 11:06 GMT+01:00 Jon Hunter : > Hi Mirza, > > On 27/10/16 15:01, Mirza Krak wrote: >> >> From: Mirza Krak >> >> Add TEGRA20_CLK_NOR to init table and set default rate to 92 MHz which >> is max rate. >> >> The maximum rate value of 92 MHz is pulled from the downstream L4T >> kernel. > > > Thanks for adding this. I assume that this is from an L4T r16 release with a > v3.1 kernel. I had a quick poke through the kernel sources for v3.1 but was > unable to see where this is set. Obviously v3.1 did not have CCF and so > everything seems to be in the arch/arm/mach-tegra directory for setting up > clocks. Can you point me to the appropriate sources so I can ACK this? I use the kernel sources provided by Toradex, and these sources are based on L4T r16 release. http://git.toradex.com/cgit/linux-toradex.git/tree/arch/arm/mach-tegra/tegra2_clocks.c?h=tegra#n2463 Best Regards Mirza Krak