diff options
author | Emilio López <emilio@elopez.com.ar> | 2013-08-04 11:47:29 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-08-28 01:05:23 +0200 |
commit | 1ec5502ef20acc0af5c9172aac4652cd7cafd852 (patch) | |
tree | a9f220126371cba54d489f5f3cb21b9f4c8d68e6 /drivers/clk/clk.c | |
parent | clk: mvebu: add missing iounmap (diff) | |
download | linux-1ec5502ef20acc0af5c9172aac4652cd7cafd852.tar.xz linux-1ec5502ef20acc0af5c9172aac4652cd7cafd852.zip |
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 <emilio@elopez.com.ar>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions