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.90_1 #2 (Red Hat Linux)) id 1g1rmm-0002z6-Af for barebox@lists.infradead.org; Mon, 17 Sep 2018 11:33:50 +0000 Date: Mon, 17 Sep 2018 13:33:34 +0200 From: Sascha Hauer Message-ID: <20180917113334.GF4097@pengutronix.de> References: <20180917103151.9369-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180917103151.9369-1-o.rempel@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] ARM: i.MX28: Add APBH clk support To: Oleksij Rempel Cc: barebox@lists.infradead.org On Mon, Sep 17, 2018 at 12:31:51PM +0200, Oleksij Rempel wrote: > After this commit iMX28 filed to use DMA and NAND: > |commit 6eb2ba6f1b206bb7d688036a28c98eb4a89be781 > |Author: Andrey Smirnov > |Date: Sat Mar 31 18:13:57 2018 -0700 > | > |dma: apbh: Enable clock as a part of probing > | > |Enable clock as a part of probing in order to avoid problems on SoCs > |that do not have this block ungated out of reset (e.g. i.MX7). > | > |Signed-off-by: Andrey Smirnov > |Signed-off-by: Sascha Hauer > > The reason was missing clock base for APBH. > > Signed-off-by: Oleksij Rempel > --- Applied, thanks Sascha > drivers/clk/mxs/clk-imx28.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clk/mxs/clk-imx28.c b/drivers/clk/mxs/clk-imx28.c > index ffe03c8668..dd17a74d79 100644 > --- a/drivers/clk/mxs/clk-imx28.c > +++ b/drivers/clk/mxs/clk-imx28.c > @@ -152,6 +152,7 @@ int __init mx28_clocks_init(void __iomem *regs) > clkdev_add_physbase(clks[fec], IMX_FEC0_BASE, NULL); > clkdev_add_physbase(clks[xbus], IMX_DBGUART_BASE, NULL); > clkdev_add_physbase(clks[hbus], IMX_OCOTP_BASE, NULL); > + clkdev_add_physbase(clks[hbus], MXS_APBH_BASE, NULL); > clkdev_add_physbase(clks[uart], IMX_UART0_BASE, NULL); > clkdev_add_physbase(clks[uart], IMX_UART1_BASE, NULL); > clkdev_add_physbase(clks[uart], IMX_UART2_BASE, NULL); > -- > 2.19.0 > > > _______________________________________________ > 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