commit | 2466196d3e4f1fbe902ca8480bf4a03db78572b2 | [log] [tgz] |
---|---|---|
author | Heiko Stueber <heiko@sntech.de> | Mon Mar 18 13:43:52 2013 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Thu Mar 28 14:46:18 2013 +0900 |
tree | 7c63d1b18efbd2e9b2d1cc0a50d22212cfeffacd | |
parent | 798ed613f5db7f61a7773412b9a6bc3d37d17ecb [diff] |
clk: samsung: fix pm init on non-dt platforms The clock_init function checked for a dt node, returning immediately for non-dt machines. This let to the suspend init never being reached on those non-DT machines. So fix this by moving the pm init code above the check. Signed-off-by: Heiko Stueber <heiko@sntech.de> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>