diff mbox

ARM: shmobile: r8a7740: fixup DT machine desc name typo

Message ID 87sj97rstd.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Headers show

Commit Message

Kuninori Morimoto Oct. 22, 2012, 5:15 a.m. UTC
r8a7740 machine desc name should be R8A7740,
not SH7372

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/setup-r8a7740.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Oct. 22, 2012, 6:09 a.m. UTC | #1
On Sun, Oct 21, 2012 at 10:15:13PM -0700, Kuninori Morimoto wrote:
> r8a7740 machine desc name should be R8A7740,
> not SH7372

Hi Morimoto-san,

this looks like 3.8 material to me. Do you agree?

> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/arm/mach-shmobile/setup-r8a7740.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
> index 11bb1d9..9777e2d 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,
> -- 
> 1.7.9.5
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kuninori Morimoto Oct. 22, 2012, 6:10 a.m. UTC | #2
Hi Simon

> On Sun, Oct 21, 2012 at 10:15:13PM -0700, Kuninori Morimoto wrote:
> > r8a7740 machine desc name should be R8A7740,
> > not SH7372
> 
> Hi Morimoto-san,
> 
> this looks like 3.8 material to me. Do you agree?

Yes. I agree
Thank you

Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman Oct. 22, 2012, 7:24 a.m. UTC | #3
On Sun, Oct 21, 2012 at 11:10:49PM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > On Sun, Oct 21, 2012 at 10:15:13PM -0700, Kuninori Morimoto wrote:
> > > r8a7740 machine desc name should be R8A7740,
> > > not SH7372
> > 
> > Hi Morimoto-san,
> > 
> > this looks like 3.8 material to me. Do you agree?
> 
> Yes. I agree

Thanks. I have applied it to the boards branch and updated the next
branch accordingly.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
index 11bb1d9..9777e2d 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,