ARM: renesas: Add R8A77980 V3H platform code
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 29 Jul 2019 17:59:44 +0000 (19:59 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 9 Aug 2019 21:15:01 +0000 (23:15 +0200)
Add a few bits of platform code to support R8A77980 V3H 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 27d29f797fc4a35e4965ebf4f5a811bcf1306203..2d549f7bb4707845586c8f0ae93358bec69e2e5f 100644 (file)
@@ -22,6 +22,11 @@ config R8A77970
        imply CLK_R8A77970
        imply PINCTRL_PFC_R8A77970
 
+config R8A77980
+       bool "Renesas SoC R8A77980"
+       imply CLK_R8A77980
+       imply PINCTRL_PFC_R8A77980
+
 config R8A77990
        bool "Renesas SoC R8A77990"
        imply CLK_R8A77990
index 784a2a28d5c2cadd7ada9348210f4e5b2a3f42f4..dc407d2a6121f1ecf1bc11057ebd24883453494d 100644 (file)
@@ -64,6 +64,7 @@ static const struct {
        { RMOBILE_CPU_TYPE_R8A7796, "R8A7796" },
        { RMOBILE_CPU_TYPE_R8A77965, "R8A77965" },
        { RMOBILE_CPU_TYPE_R8A77970, "R8A77970" },
+       { RMOBILE_CPU_TYPE_R8A77980, "R8A77980" },
        { RMOBILE_CPU_TYPE_R8A77990, "R8A77990" },
        { RMOBILE_CPU_TYPE_R8A77995, "R8A77995" },
        { 0x0, "CPU" },
index aa8d43e59be0d6afc814f25dab9fa7829076f5a8..a50249dc9638b7dedc8c7e53affbe9e0af041a09 100644 (file)
@@ -36,6 +36,7 @@
 #define RMOBILE_CPU_TYPE_R8A7796       0x52
 #define RMOBILE_CPU_TYPE_R8A77965      0x55
 #define RMOBILE_CPU_TYPE_R8A77970      0x54
+#define RMOBILE_CPU_TYPE_R8A77980      0x56
 #define RMOBILE_CPU_TYPE_R8A77990      0x57
 #define RMOBILE_CPU_TYPE_R8A77995      0x58