From mboxrd@z Thu Jan 1 00:00:00 1970 From: dinguyen@altera.com (Dinh Nguyen) Date: Thu, 24 Apr 2014 17:47:49 -0500 Subject: [PATCH] clk: socfpga: fix clock driver for 3.15 In-Reply-To: <20140424152133.GA23032@amd.pavel.ucw.cz> References: <1397481336-5592-1-git-send-email-dinguyen@altera.com> <20140424152133.GA23032@amd.pavel.ucw.cz> Message-ID: <1398379669.14881.2.camel@linux-builds1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Mike, On Thu, 2014-04-24 at 17:21 +0200, ZY - pavel wrote: > Hi! > > > commit [1771b10d6 clk: respect the clock dependencies in of_clk_init] > > exposed a flaw in the socfpga clock driver and prevents the platform > > from booting on 3.15-rc1. > > > > Because the "altr,clk-mgr" is not really a clock, it should not be using > > CLK_OF_DECLARE, instead we should be mapping the clk-mgr's base address > > one of the functional clock init function. Use the socfpga_pll_init function > > to map the clk_mgr_base_addr as this clock should always be initialized first. > > > > Signed-off-by: Dinh Nguyen > > Works for me, thanks! > Pavel > > Tested-by: Pavel Machek > I'm hoping you can queued this up for one of the 3.15-rc. Thanks, Dinh