aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-r8a7779.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-03-04 02:11:20 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-03-12 13:13:21 -0400
commitabe0e14b0b51b26bdf80ccaf4d7ee99a4b261af0 (patch)
treebf40c9d4a5ee6b68be8539ad80a433ad58214904 /arch/arm/mach-shmobile/setup-r8a7779.c
parent349f556edd9bdf691d85f38758021668b1013d8e (diff)
ARM: shmobile: r8a7779: fixup DT machine name
r8a7779 is not sh73a0 Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 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.c2
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 7f8daf17947c..932285841b71 100644
--- a/arch/arm/mach-shmobile/setup-r8a7779.c
+++ b/arch/arm/mach-shmobile/setup-r8a7779.c
@@ -414,7 +414,7 @@ static const char *r8a7779_compat_dt[] __initdata = {
414 NULL, 414 NULL,
415}; 415};
416 416
417DT_MACHINE_START(SH73A0_DT, "Generic R8A7779 (Flattened Device Tree)") 417DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
418 .map_io = r8a7779_map_io, 418 .map_io = r8a7779_map_io,
419 .init_early = r8a7779_init_delay, 419 .init_early = r8a7779_init_delay,
420 .nr_irqs = NR_IRQS_LEGACY, 420 .nr_irqs = NR_IRQS_LEGACY,