]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: r8a7745: basic SoC support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 4 Nov 2016 21:49:55 +0000 (00:49 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 15 Nov 2016 09:33:39 +0000 (10:33 +0100)
Add minimal support for the RZ/G1E (R8A7745) SoC.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Documentation/devicetree/bindings/arm/shmobile.txt
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/setup-rcar-gen2.c

index 9a60cb38cf5678272b8d7532ac798a092c332820..0af01f9a01f43d79bcfb2af3535374f94c1a000f 100644 (file)
@@ -15,6 +15,8 @@ SoCs:
     compatible = "renesas,r8a7740"
   - RZ/G1M (R8A77430)
     compatible = "renesas,r8a7743"
+  - RZ/G1E (R8A77450)
+    compatible = "renesas,r8a7745"
   - R-Car M1A (R8A77781)
     compatible = "renesas,r8a7778"
   - R-Car H1 (R8A77790)
index 6fbd9b7d2d67a18fe48e11ffd0cde56f4e306e42..f0b5e7dfa6d0095469f1c585914258c64fe0abc6 100644 (file)
@@ -73,6 +73,10 @@ config ARCH_R8A7743
        select ARCH_RCAR_GEN2
        select ARM_ERRATA_798181 if SMP
 
+config ARCH_R8A7745
+       bool "RZ/G1E (R8A77450)"
+       select ARCH_RCAR_GEN2
+
 config ARCH_R8A7778
        bool "R-Car M1A (R8A77781)"
        select ARCH_RCAR_GEN1
index d6b4841e51a98c48021da5922a8eab6600331807..14c1f0ed2ecb7b2225d846de51b44619755709b2 100644 (file)
@@ -235,6 +235,7 @@ MACHINE_END
 
 static const char * const rz_g1_boards_compat_dt[] __initconst = {
        "renesas,r8a7743",
+       "renesas,r8a7745",
        NULL,
 };