From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933363AbcECMhr (ORCPT ); Tue, 3 May 2016 08:37:47 -0400 Received: from mail.kernel.org ([198.145.29.136]:48311 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933204AbcECMhq (ORCPT ); Tue, 3 May 2016 08:37:46 -0400 Date: Tue, 3 May 2016 20:37:19 +0800 From: Shawn Guo To: Dong Aisheng Cc: Adrian Alonso , Frank Li , Michael Turquette , Stephen Boyd , "linux-kernel@vger.kernel.org" , Stefan Agner , "kernel@pengutronix.de" , Anson Huang , linux-clk@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH] clk: imx: fix ahb clock mux 1 Message-ID: <20160503123718.GG5874@tiger> References: <1461877623-26838-1-git-send-email-stefan@agner.ch> <20160503083253.GC5874@tiger> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 03, 2016 at 06:50:21PM +0800, Dong Aisheng wrote: > Hi Shawn, > > On Tue, May 3, 2016 at 4:32 PM, Shawn Guo wrote: > > On Thu, Apr 28, 2016 at 02:07:03PM -0700, Stefan Agner wrote: > >> The clock parent of the AHB root clock when using mux option 1 > >> is the SYS PLL 270MHz clock. This is specified in Table 5-11 > >> Clock Root Table of the i.MX 7Dual Applications Processor > >> Reference Manual. > >> > >> While it could be a documentation error, the 270MHz parent is > >> also mentioned in the boot ROM configuration in Table 6-28: The > >> clock is by default at 135MHz due to a POST_PODF value of 1 > >> (=> divider of 2). > >> > >> Signed-off-by: Stefan Agner > > > > Anson, Frank, > > > > Can you guys confirm this change is correct? > > > > I just checked the doc, > it's correct the parent should be SYS_PLL_PFD2(270Mhz). > It's a documentation error of early version and it's already fixed > in latest internal doc. Thanks for the confirmation. Shawn