]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: r8a7740: fixup DT machine desc name typo
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 22 Oct 2012 05:15:13 +0000 (22:15 -0700)
committerSimon Horman <horms@verge.net.au>
Mon, 22 Oct 2012 07:22:22 +0000 (16:22 +0900)
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>
arch/arm/mach-shmobile/setup-r8a7740.c

index 1e032cb55e07e00cdf5f3c58f98a566834c14c9d..6649a77428d8feeed4d1209b5c381b494f2c595b 100644 (file)
@@ -763,7 +763,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,