From: Emilio López Date: Sun, 4 Aug 2013 09:47:29 +0000 (+0200) Subject: clk: sunxi: fix initialization of basic clocks X-Git-Tag: v3.12-rc1~78^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec5502ef20acc0af5c9172aac4652cd7cafd852;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 Signed-off-by: Mike Turquette --- Reading git-diff-tree failed