diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-05-16 00:42:59 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:56:32 -0400 |
commit | 0157b62674aa3db1fc574bb65e6b0e30bb0683d7 (patch) | |
tree | a84d7dab636a629b8cf5f258ef85f9f47b9e8eb7 /arch/arm/mach-shmobile/setup-r8a7779.c | |
parent | 6b060f93fe7dedbeb067feacbc8c4780c59f5df4 (diff) |
ARM: shmobile: r8a7779: Use DT CPU Frequency in common case
Convert the common C-code-less r8a7779 DT board support
to use shmobile_init_delay() to be able to migrate away
from per-SoC delay setup functions.
Based on work by Magnus dam for the r8a7740 SoC.
Cc: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 15f533b89702..706832f34a69 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -773,7 +773,7 @@ static const char *r8a7779_compat_dt[] __initdata = { | |||
773 | 773 | ||
774 | DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)") | 774 | DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)") |
775 | .map_io = r8a7779_map_io, | 775 | .map_io = r8a7779_map_io, |
776 | .init_early = r8a7779_init_delay, | 776 | .init_early = shmobile_init_delay, |
777 | .nr_irqs = NR_IRQS_LEGACY, | 777 | .nr_irqs = NR_IRQS_LEGACY, |
778 | .init_irq = r8a7779_init_irq_dt, | 778 | .init_irq = r8a7779_init_irq_dt, |
779 | .init_machine = r8a7779_add_standard_devices_dt, | 779 | .init_machine = r8a7779_add_standard_devices_dt, |