diff mbox

[U-Boot,07/23] ARM: rmobile: Add R8A7796 into the CPU table

Message ID 20170513135753.8478-7-marek.vasut+renesas@gmail.com
State Accepted
Commit bc271a005122470d33607b772ddab406515855a5
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Marek Vasut May 13, 2017, 1:57 p.m. UTC
Add entry for the R8A7796 RCar M3 SoC into the CPU info table.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 arch/arm/mach-rmobile/cpu_info.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Nobuhiro Iwamatsu May 13, 2017, 9:39 p.m. UTC | #1
Applied to rmobile branch, thanks!

2017-05-13 22:57 GMT+09:00 Marek Vasut <marek.vasut@gmail.com>:
> Add entry for the R8A7796 RCar M3 SoC into the CPU info table.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> ---
>  arch/arm/mach-rmobile/cpu_info.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-rmobile/cpu_info.c b/arch/arm/mach-rmobile/cpu_info.c
> index 208228ff45..faa53197d5 100644
> --- a/arch/arm/mach-rmobile/cpu_info.c
> +++ b/arch/arm/mach-rmobile/cpu_info.c
> @@ -57,6 +57,7 @@ static const struct {
>         { 0x4B, "R8A7793" },
>         { 0x4C, "R8A7794" },
>         { 0x4F, "R8A7795" },
> +       { 0x52, "R8A7796" },
>         { 0x0, "CPU" },
>  };
>
> --
> 2.11.0
>
diff mbox

Patch

diff --git a/arch/arm/mach-rmobile/cpu_info.c b/arch/arm/mach-rmobile/cpu_info.c
index 208228ff45..faa53197d5 100644
--- a/arch/arm/mach-rmobile/cpu_info.c
+++ b/arch/arm/mach-rmobile/cpu_info.c
@@ -57,6 +57,7 @@  static const struct {
 	{ 0x4B, "R8A7793" },
 	{ 0x4C, "R8A7794" },
 	{ 0x4F, "R8A7795" },
+	{ 0x52, "R8A7796" },
 	{ 0x0, "CPU" },
 };