From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bmcdm-0004et-TG for barebox@lists.infradead.org; Wed, 21 Sep 2016 08:12:30 +0000 Date: Wed, 21 Sep 2016 10:12:05 +0200 From: Sascha Hauer Message-ID: <20160921081205.djoln2ovpm7fr4ob@pengutronix.de> References: <1474359462-32142-1-git-send-email-jlu@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1474359462-32142-1-git-send-email-jlu@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 1/3] ARM: i.MX6: remove duplicate clock initialization To: Jan Luebbe Cc: barebox@lists.infradead.org On Tue, Sep 20, 2016 at 10:17:40AM +0200, Jan Luebbe wrote: > These registers are already set by imx6_ccm_probe (in clk-imx6.c) during > core_initcall, while imx6_init_lowlevel is only called during > postcore_initcall via imx_init in imx.c. > > Signed-off-by: Jan Luebbe > --- > arch/arm/mach-imx/imx6.c | 9 --------- > 1 file changed, 9 deletions(-) Applied, thanks Sascha > > diff --git a/arch/arm/mach-imx/imx6.c b/arch/arm/mach-imx/imx6.c > index ba8fb8964ac8..dfd9a70200ec 100644 > --- a/arch/arm/mach-imx/imx6.c > +++ b/arch/arm/mach-imx/imx6.c > @@ -56,15 +56,6 @@ void imx6_init_lowlevel(void) > writel(0, aips2 + 0x4c); > writel(0, aips2 + 0x50); > > - /* enable all clocks */ > - writel(0xffffffff, 0x020c4068); > - writel(0xffffffff, 0x020c406c); > - writel(0xffffffff, 0x020c4070); > - writel(0xffffffff, 0x020c4074); > - writel(0xffffffff, 0x020c4078); > - writel(0xffffffff, 0x020c407c); > - writel(0xffffffff, 0x020c4080); > - > /* Due to hardware limitation, on MX6Q we need to gate/ungate all PFDs > * to make sure PFD is working right, otherwise, PFDs may > * not output clock after reset, MX6DL and MX6SL have added 396M pfd > -- > 2.1.4 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox