From: Emilio López Date: Tue, 23 Jul 2013 01:01:05 +0000 (-0300) Subject: clk: sunxi: fix initialization of basic clocks X-Git-Tag: v3.12-rc1~78^2~37^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=431807f0bff97bbfddc7a2497038369ed2b4e508;p=pandora-kernel.git clk: sunxi: fix initialization of basic clocks With the recent move towards CLK_OF_DECLARE(...), the driver stopped initializing osc32k, which is compatible "fixed-clock". This is because we never called of_clk_init(NULL). Fix this by moving the only other simple clock (osc24M) to use CLK_OF_DECLARE(...) and call of_clk_init(NULL) to initialize both of them. Signed-off-by: Emilio López Signed-off-by: Maxime Ripard Cc: Mike Turquette --- Reading git-diff-tree failed