ARM: rmobile: Add R8A7795 into the CPU table
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 13 May 2017 13:57:36 +0000 (15:57 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 21 May 2017 19:38:25 +0000 (04:38 +0900)
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>
arch/arm/mach-rmobile/cpu_info.c

index 129ab0c..208228f 100644 (file)
@@ -56,6 +56,7 @@ static const struct {
        { 0x4A, "R8A7792" },
        { 0x4B, "R8A7793" },
        { 0x4C, "R8A7794" },
+       { 0x4F, "R8A7795" },
        { 0x0, "CPU" },
 };