diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-20 09:03:21 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-21 22:32:13 -0400 |
commit | ca609e666c47cceb64610ad703dda1bebafef605 (patch) | |
tree | cc4443895a11ff97e8ac444aa65ecac73c638eb2 /arch/arm/mach-shmobile/board-bockw.c | |
parent | 6fe950ebfd3a374c78ce66a335fce258648426a1 (diff) |
ARM: shmobile: bockw: Use shmobile_init_delay()
Adjust the BockW board support code to use shmobile_init_delay()
together with CPU Frequency settings from the DTS.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-bockw.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c index 8a83eb39d3f1..1cf2c75dacfb 100644 --- a/arch/arm/mach-shmobile/board-bockw.c +++ b/arch/arm/mach-shmobile/board-bockw.c | |||
@@ -733,7 +733,7 @@ static const char *bockw_boards_compat_dt[] __initdata = { | |||
733 | }; | 733 | }; |
734 | 734 | ||
735 | DT_MACHINE_START(BOCKW_DT, "bockw") | 735 | DT_MACHINE_START(BOCKW_DT, "bockw") |
736 | .init_early = r8a7778_init_delay, | 736 | .init_early = shmobile_init_delay, |
737 | .init_irq = r8a7778_init_irq_dt, | 737 | .init_irq = r8a7778_init_irq_dt, |
738 | .init_machine = bockw_init, | 738 | .init_machine = bockw_init, |
739 | .dt_compat = bockw_boards_compat_dt, | 739 | .dt_compat = bockw_boards_compat_dt, |