Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756913AbdCXJ1c (ORCPT ); Fri, 24 Mar 2017 05:27:32 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:10204 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965537AbdCXJ0b (ORCPT ); Fri, 24 Mar 2017 05:26:31 -0400 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Fri, 24 Mar 2017 02:25:53 -0700 Date: Fri, 24 Mar 2017 11:25:46 +0200 From: Peter De Schrijver To: Jon Hunter CC: Prashant Gaikwad , Michael Turquette , Stephen Boyd , "Stephen Warren" , Thierry Reding , Alexandre Courbot , Rob Herring , "Mark Rutland" , Rhyland Klein , , , , Subject: Re: [PATCH v2 5/7] clk: tegra: don't warn for PLL defaults unnecessarily Message-ID: <20170324092546.GA22128@tbergstrom-lnx.Nvidia.com> References: <1487846686-6388-1-git-send-email-pdeschrijver@nvidia.com> <1487846686-6388-6-git-send-email-pdeschrijver@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-NVConfidentiality: public User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: [10.21.24.170] X-ClientProxiedBy: DRUKMAIL101.nvidia.com (10.25.59.19) To UKMAIL101.nvidia.com (10.26.138.13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 692 Lines: 19 On Thu, Mar 23, 2017 at 02:37:23PM +0000, Jon Hunter wrote: > Hi Peter, > > On 23/02/17 10:44, Peter De Schrijver wrote: > > If the PLL is on, only warn if the defaults are not yet set. Otherwise be > > silent. > > > > Signed-off-by: Peter De Schrijver > > This patch is breaking boot for Tegra210 Smaug on -next [0]. Reverting > this on top of -next allows the board to boot again. I have not had > chance to dig into this any further yet, but can unless you have some > thoughts. My guess would be pllm. Maybe the bootloader on Smaug switches to pllm for a higher emc frequency? On jetson cboot doesn't do that, so at least that could be a difference. Peter.