linux/arch/arm/mach-s3c64xx
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
..
include/mach ARM: S3C64XX: Remove old clock management code 2013-09-17 06:47:36 +09:00
Kconfig ARM: SoC DT updates for 3.13 2013-11-11 17:34:56 +09:00
Makefile ARM: S3C64XX: Add board file for boot using Device Tree 2013-09-17 06:48:27 +09:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
common.c ARM: S3C64XX: Bypass legacy initialization when booting with DT 2013-09-17 06:48:27 +09:00
common.h ARM: S3C64XX: Remove old clock management code 2013-09-17 06:47:36 +09:00
cpuidle.c ARM: s3c64xx: cpuidle: use init/exit common routine 2013-04-26 13:34:02 +02:00
crag6410.h ARM: S3C64XX: make crag6410.h local 2013-01-10 10:45:38 -08:00
dev-audio.c ARM: S3C64XX: Add I2S clkdev support 2012-12-19 09:49:29 -08:00
dev-uart.c ARM: S3C64XX: Use common macro to define resources on dev-uart.c 2012-05-12 16:12:26 +09:00
dma.c ARM: S3C64XX: Bypass legacy initialization when booting with DT 2013-09-17 06:48:27 +09:00
irq-pm.c ARM: S3C64XX: Bypass legacy initialization when booting with DT 2013-09-17 06:48:27 +09:00
mach-anw6410.c ARM: S3C64XX: Migrate clock handling to Common Clock Framework 2013-09-17 06:47:36 +09:00
mach-crag6410-module.c For 3.10 we have a few new MFD drivers for: 2013-05-05 17:36:20 -07:00
mach-crag6410.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
mach-hmt.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
mach-mini6410.c ARM: S3C64XX: Migrate clock handling to Common Clock Framework 2013-09-17 06:47:36 +09:00
mach-ncp.c ARM: S3C64XX: Migrate clock handling to Common Clock Framework 2013-09-17 06:47:36 +09:00
mach-real6410.c ARM: S3C64XX: Add samsung-time support for s3c64xx 2013-03-05 20:19:53 +09:00
mach-s3c64xx-dt.c ARM: s3c64xx: dt: Fix boot failure due to double clock initialization 2013-12-13 21:48:25 -08:00
mach-smartq.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
mach-smartq.h
mach-smartq5.c ARM: S3C64XX: Add samsung-time support for s3c64xx 2013-03-05 20:19:53 +09:00
mach-smartq7.c ARM: S3C64XX: Add samsung-time support for s3c64xx 2013-03-05 20:19:53 +09:00
mach-smdk6400.c ARM: S3C64XX: Migrate clock handling to Common Clock Framework 2013-09-17 06:47:36 +09:00
mach-smdk6410.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
pm.c ARM: S3C64XX: Remove old clock management code 2013-09-17 06:47:36 +09:00
regs-gpio-memport.h ARM: S3C64XX: make regs-gpio-memport.h local 2013-01-10 10:45:39 -08:00
regs-modem.h ARM: S3C64XX: make regs-modem.h local 2013-01-10 10:45:39 -08:00
regs-srom.h ARM: S3C64XX: make regs-srom.h local 2013-01-10 10:45:39 -08:00
regs-sys.h ARM: S3C64XX: make regs-sys.h local 2013-01-10 10:45:40 -08:00
regs-syscon-power.h ARM: S3C64XX: make regs-syscon-power.h local 2013-01-10 10:45:40 -08:00
s3c6400.c ARM: S3C64XX: Bypass legacy initialization when booting with DT 2013-09-17 06:48:27 +09:00
s3c6410.c ARM: S3C64XX: Bypass legacy initialization when booting with DT 2013-09-17 06:48:27 +09:00
setup-fb-24bpp.c ARM: S3C64XX: Remove extern from definition of framebuffer setup call 2011-12-02 14:17:36 +09:00
setup-i2c0.c ARM: samsung: move platform_data definitions 2012-09-19 17:42:18 +02:00
setup-i2c1.c ARM: samsung: move platform_data definitions 2012-09-19 17:42:18 +02:00
setup-ide.c ARM: samsung: move platform_data definitions 2012-09-19 17:42:18 +02:00
setup-keypad.c ARM: S3C64XX: Fix keypad setup to configure correct number of rows 2011-03-04 15:46:26 +09:00
setup-sdhci-gpio.c ARM: S3C64XX: Change to using s3c_gpio_cfgrange_nopull() 2010-10-23 11:51:37 +09:00
setup-spi.c ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functions 2012-07-13 15:23:46 +09:00
setup-usb-phy.c usb: exynos: do not include plat/usb-phy.h 2013-04-11 14:27:55 -07:00
sleep.S ARM: pm: samsung: move cpu_suspend into C code 2011-06-24 08:48:44 +01:00