Browse Source

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 <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut 8 years ago
parent
commit
3a38c7d0d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-rmobile/cpu_info.c

+ 1 - 0
arch/arm/mach-rmobile/cpu_info.c

@@ -56,6 +56,7 @@ static const struct {
 	{ 0x4A, "R8A7792" },
 	{ 0x4B, "R8A7793" },
 	{ 0x4C, "R8A7794" },
+	{ 0x4F, "R8A7795" },
 	{ 0x0, "CPU" },
 };