From: Marek Vasut Date: Sat, 13 May 2017 13:57:36 +0000 (+0200) Subject: ARM: rmobile: Add R8A7795 into the CPU table X-Git-Tag: v2017.07-rc1~191^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a38c7d0d8f5b4a408087f080ce9d53459dc98ad;p=oweals%2Fu-boot.git ARM: rmobile: Add R8A7795 into the CPU table Add entry for the R8A7795 RCar H3 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 129ab0c0f7..208228ff45 100644 --- a/arch/arm/mach-rmobile/cpu_info.c +++ b/arch/arm/mach-rmobile/cpu_info.c @@ -56,6 +56,7 @@ static const struct { { 0x4A, "R8A7792" }, { 0x4B, "R8A7793" }, { 0x4C, "R8A7794" }, + { 0x4F, "R8A7795" }, { 0x0, "CPU" }, };