[PATCH] clk: socfpga: don't register fixed clocks

Sascha Hauer s.hauer at pengutronix.de
Wed Aug 19 07:06:48 PDT 2015


On Mon, Aug 10, 2015 at 02:07:33PM +0200, Steffen Trumtrar wrote:
> The fixed clocks are registered from devicetree. Therefore the code path is
> not needed, but would instead register the clocks twice, which leads to the
> error message:
> 
> 	clk_register clk f2s_periph_ref_clk is already registered, skipping!
> 	of_clk_init: failed to init clock for /soc/clkmgr at ffd04000/clocks/f2s_periph_ref_clk: 1
> 	clk_register clk osc1 is already registered, skipping!
> 	of_clk_init: failed to init clock for /soc/clkmgr at ffd04000/clocks/osc1: 1
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> ---
>  drivers/clk/socfpga.c | 13 +------------
>  1 file changed, 1 insertion(+), 12 deletions(-)

Applied, thanks

Sascha


-- 
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 |



More information about the barebox mailing list