diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-07 19:32:38 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-05-11 07:58:56 -0400 |
commit | a0c1fb0c285d9aa5f9d078449cfa37883a3f5a91 (patch) | |
tree | 28145e039876df035d70cf37fc10438c08c55da4 | |
parent | 63575d8cd5cba0c657ac5c18f75e91e2e30cc0eb (diff) |
ARM: shmobile: Use r8a7740 DT CPU Frequency in common case
Convert the common C-code-less r8a7740 DT board support
to use shmobile_init_delay() to be able to migrate away
from per-SoC delay setup functions.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Tested-by: Geert Uytterhoeven <geert@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 8f3c68101d59..d1ce3caa7d92 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -935,7 +935,7 @@ static const char *r8a7740_boards_compat_dt[] __initdata = { | |||
935 | 935 | ||
936 | DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") | 936 | DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") |
937 | .map_io = r8a7740_map_io, | 937 | .map_io = r8a7740_map_io, |
938 | .init_early = r8a7740_init_delay, | 938 | .init_early = shmobile_init_delay, |
939 | .init_irq = r8a7740_init_irq_of, | 939 | .init_irq = r8a7740_init_irq_of, |
940 | .init_machine = r8a7740_generic_init, | 940 | .init_machine = r8a7740_generic_init, |
941 | .dt_compat = r8a7740_boards_compat_dt, | 941 | .dt_compat = r8a7740_boards_compat_dt, |