diff mbox

ARM: shmobile: r8a7778: correct model name in Kconfig

Message ID 201305090405.41053.sergei.shtylyov@cogentembedded.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sergei Shtylyov May 9, 2013, 12:05 a.m. UTC
The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
M1S which is a SH based SoC.  

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against the current Linus' tree.

 arch/arm/mach-shmobile/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman May 10, 2013, 8:20 a.m. UTC | #1
On Thu, May 09, 2013 at 04:05:40AM +0400, Sergei Shtylyov wrote:
> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> M1S which is a SH based SoC.  
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Morimoto-san,

please review this change.

> 
> ---
> The patch is against the current Linus' tree.
> 
>  arch/arm/mach-shmobile/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux/arch/arm/mach-shmobile/Kconfig
> ===================================================================
> --- linux.orig/arch/arm/mach-shmobile/Kconfig
> +++ linux/arch/arm/mach-shmobile/Kconfig
> @@ -36,7 +36,7 @@ config ARCH_R8A7740
>  	select RENESAS_INTC_IRQPIN
>  
>  config ARCH_R8A7778
> -	bool "R-Car M1 (R8A77780)"
> +	bool "R-Car M1A (R8A77781)"
>  	select CPU_V7
>  	select SH_CLK_CPG
>  	select ARM_GIC
> --
> 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
>
Sergei Shtylyov May 10, 2013, 7:38 p.m. UTC | #2
Hello.

On 05/10/2013 12:20 PM, Simon Horman wrote:

>
>> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
>> M1S which is a SH based SoC.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Morimoto-san,
>
> please review this change.
>

    This patch was based on the info found on this official Renesas webpage:

http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

WBR, Sergei
Kuninori Morimoto May 13, 2013, 12:18 a.m. UTC | #3
Hi

> >> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> >> M1S which is a SH based SoC.
> >>
> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > Morimoto-san,
> >
> > please review this change.
> >
> 
>     This patch was based on the info found on this official Renesas webpage:
> 
> http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Best regards
---
Kuninori Morimoto
diff mbox

Patch

Index: linux/arch/arm/mach-shmobile/Kconfig
===================================================================
--- linux.orig/arch/arm/mach-shmobile/Kconfig
+++ linux/arch/arm/mach-shmobile/Kconfig
@@ -36,7 +36,7 @@  config ARCH_R8A7740
 	select RENESAS_INTC_IRQPIN
 
 config ARCH_R8A7778
-	bool "R-Car M1 (R8A77780)"
+	bool "R-Car M1A (R8A77781)"
 	select CPU_V7
 	select SH_CLK_CPG
 	select ARM_GIC