Tomasz Figa cb12057256 ARM: s3c64xx: dt: Fix boot failure due to double clock initialization
Commit

4178bac ARM: call of_clk_init from default time_init handler

added implicit call to of_clk_init() from default time_init callback,
but it did not change platforms calling it from other callbacks, despite
of not having custom time_init callbacks. This caused double clock
initialization on such platforms, leading to boot failures. An example
of such platform is mach-s3c64xx.

This patch fixes boot failure on s3c64xx by dropping custom init_irq
callback, which had a call to of_clk_init() and moving system reset
initialization to init_machine callback. This allows us to have
clocks initialized properly without a need to have custom init_time or
init_irq callbacks.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2013-12-13 21:48:25 -08:00
..
2013-11-19 10:43:05 +02:00
2013-12-04 08:56:18 -08:00
2013-11-11 17:05:37 +09:00
2013-11-14 14:44:20 +09:00
2013-11-11 17:34:56 +09:00
2013-11-16 12:21:40 -08:00
2013-11-16 12:21:40 -08:00
2013-11-30 14:45:31 +00:00
2013-11-16 12:21:40 -08:00