Skip to content

Commit

Permalink
ARM: shmobile: r8a7779: fixup DT machine name
Browse files Browse the repository at this point in the history
r8a7779 is not sh73a0

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Kuninori Morimoto authored and Simon Horman committed Mar 12, 2013
1 parent 349f556 commit abe0e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/setup-r8a7779.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ static const char *r8a7779_compat_dt[] __initdata = {
NULL,
};

DT_MACHINE_START(SH73A0_DT, "Generic R8A7779 (Flattened Device Tree)")
DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
.map_io = r8a7779_map_io,
.init_early = r8a7779_init_delay,
.nr_irqs = NR_IRQS_LEGACY,
Expand Down

0 comments on commit abe0e14

Please sign in to comment.