]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soc: renesas: r8a77970-sysc: Remove non-existent CR7 power domain
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 29 Nov 2018 10:56:15 +0000 (11:56 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 30 Nov 2018 10:22:29 +0000 (11:22 +0100)
The R-Car Gen3 HardWare Manual Errata for Rev. 0.80 (Feb 28, 2018)
removed the CR7 power domain on R-Car V3M, as this SoC does not have an
ARM Cortex-R7 Realtime Core.

As this definition was never used from DT, it can just be removed.

Fixes: 833bdb47c826a1a6 ("dt-bindings: power: add R8A77970 SYSC power domain definitions")
Fixes: bab9b2a74fe9da96 ("soc: renesas: rcar-sysc: add R8A77970 support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/soc/renesas/r8a77970-sysc.c
include/dt-bindings/power/r8a77970-sysc.h

index 35b30d6a8958a063cb04e7976bd87ae5a09c5720..2c6d76490ca096ca11ec3143dda7769d0bfefe82 100644 (file)
@@ -20,7 +20,6 @@ static const struct rcar_sysc_area r8a77970_areas[] __initconst = {
          PD_CPU_NOCR },
        { "ca53-cpu1",  0x200, 1, R8A77970_PD_CA53_CPU1, R8A77970_PD_CA53_SCU,
          PD_CPU_NOCR },
-       { "cr7",        0x240, 0, R8A77970_PD_CR7,      R8A77970_PD_ALWAYS_ON },
        { "a3ir",       0x180, 0, R8A77970_PD_A3IR,     R8A77970_PD_ALWAYS_ON },
        { "a2ir0",      0x400, 0, R8A77970_PD_A2IR0,    R8A77970_PD_A3IR },
        { "a2ir1",      0x400, 1, R8A77970_PD_A2IR1,    R8A77970_PD_A3IR },
index bf54779d16252a46090096e969a0fe45ec1f9a29..5c1ef1398b704ab50a5b26e7c7e6a5d4b0c3b010 100644 (file)
@@ -16,7 +16,6 @@
 
 #define R8A77970_PD_CA53_CPU0           5
 #define R8A77970_PD_CA53_CPU1           6
-#define R8A77970_PD_CR7                        13
 #define R8A77970_PD_CA53_SCU           21
 #define R8A77970_PD_A2IR0              23
 #define R8A77970_PD_A3IR                       24