diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-10-22 09:15:13 +0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-06 08:47:22 +0400 |
commit | a41acc4ab923b2c3fd837669c45b87142fa88c9e (patch) | |
tree | f6dc3b5836a887de89f7b036c6236d8d33a6bd2d /arch/arm/mach-shmobile/setup-r8a7740.c | |
parent | cdc7594e5c5f7509a86b205edeedc58d72dd3999 (diff) | |
download | linux-a41acc4ab923b2c3fd837669c45b87142fa88c9e.tar.xz |
ARM: shmobile: r8a7740: fixup DT machine desc name typo
r8a7740 machine desc name should be R8A7740,
not SH7372
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7740.c')
-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 11bb1d984197..9777e2daffd2 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -747,7 +747,7 @@ static const char *r8a7740_boards_compat_dt[] __initdata = { NULL, }; -DT_MACHINE_START(SH7372_DT, "Generic R8A7740 (Flattened Device Tree)") +DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") .map_io = r8a7740_map_io, .init_early = r8a7740_add_early_devices_dt, .init_irq = r8a7740_init_irq, |