]> git.sur5r.net Git - u-boot/commitdiff
ARM: renesas: Add R8A77990 E3 SoC ID
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 26 Apr 2018 08:09:06 +0000 (10:09 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 1 Jun 2018 07:47:02 +0000 (09:47 +0200)
Add ID and Kconfig entry for the Renesas R8A77990 E3 SoC.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig.64
arch/arm/mach-rmobile/cpu_info.c
arch/arm/mach-rmobile/include/mach/rmobile.h

index 6112d79f0d7d17edf47caa291feda1614a2c28d4..6b93d25358384c9314461700f4f143cc3848c904 100644 (file)
@@ -12,6 +12,9 @@ config R8A7796
 config R8A77970
        bool "Renesas SoC R8A77970"
 
+config R8A77990
+       bool "Renesas SoC R8A77990"
+
 config R8A77995
        bool "Renesas SoC R8A77995"
 
index 4e6a191cb1e77893f76c3701ea3dadb82143e947..e110737471bb391eb6255a4b2dd2768bd093c2fa 100644 (file)
@@ -59,6 +59,7 @@ static const struct {
        { RMOBILE_CPU_TYPE_R8A7796, "R8A7796" },
        { RMOBILE_CPU_TYPE_R8A77965, "R8A77965" },
        { RMOBILE_CPU_TYPE_R8A77970, "R8A77970" },
+       { RMOBILE_CPU_TYPE_R8A77990, "R8A77990" },
        { RMOBILE_CPU_TYPE_R8A77995, "R8A77995" },
        { 0x0, "CPU" },
 };
index 94ea366f453cd6228e7c6c372e9d47d726edbbe4..c94b3ff5093aede44595a21efb482a196e8ea2eb 100644 (file)
@@ -35,6 +35,7 @@
 #define RMOBILE_CPU_TYPE_R8A7796       0x52
 #define RMOBILE_CPU_TYPE_R8A77965      0x55
 #define RMOBILE_CPU_TYPE_R8A77970      0x54
+#define RMOBILE_CPU_TYPE_R8A77990      0x57
 #define RMOBILE_CPU_TYPE_R8A77995      0x58
 
 #ifndef __ASSEMBLY__