From: Marek Vasut Date: Sat, 13 May 2017 13:57:37 +0000 (+0200) Subject: ARM: rmobile: Add R8A7796 into the CPU table X-Git-Tag: v2017.07-rc1~191^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc271a005122470d33607b772ddab406515855a5;p=u-boot ARM: rmobile: Add R8A7796 into the CPU table Add entry for the R8A7796 RCar M3 SoC into the CPU info table. Signed-off-by: Marek Vasut Cc: Hiroyuki Yokoyama Cc: Nobuhiro Iwamatsu --- 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" }, };