[U-Boot] [PATCH 06/23] ARM: rmobile: Add R8A7795 into the CPU table

Marek Vasut marek.vasut at gmail.com
Sat May 13 13:57:36 UTC 2017


Add entry for the R8A7795 RCar H3 SoC into the CPU info table.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx at renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at 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 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" },
 };
 
-- 
2.11.0



More information about the U-Boot mailing list