Skip to content

Commit 18ecaae

Browse files
Wolfram Sanggeertu
authored andcommitted
soc: renesas: Remove r8a77950 arch
R-Car H3 ES1.* was only available to an internal development group and needed a lot of quirks and workarounds. These become a maintenance burden now, so our development group decided to remove upstream support and disable booting for this SoC. Public users only have ES2 onwards. Remove the architecture which describes H3 ES1.*. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230307105645.5285-6-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent fd9c55c commit 18ecaae

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

drivers/soc/renesas/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,6 @@ config ARCH_R8A77990
206206
This enables support for the Renesas R-Car E3 SoC.
207207
This includes different gradings like R-Car E3e.
208208

209-
config ARCH_R8A77950
210-
bool "ARM64 Platform support for R-Car H3 ES1.x"
211-
select ARCH_RCAR_GEN3
212-
select SYSC_R8A7795
213-
help
214-
This enables support for the Renesas R-Car H3 SoC (revision 1.x).
215-
216209
config ARCH_R8A77951
217210
bool "ARM64 Platform support for R-Car H3 ES2.0+"
218211
select ARCH_RCAR_GEN3

drivers/soc/renesas/renesas-soc.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,8 @@ static const struct of_device_id renesas_socs[] __initconst = {
330330
#ifdef CONFIG_ARCH_R8A7794
331331
{ .compatible = "renesas,r8a7794", .data = &soc_rcar_e2 },
332332
#endif
333-
#if defined(CONFIG_ARCH_R8A77950) || defined(CONFIG_ARCH_R8A77951)
334-
{ .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 },
335-
#endif
336333
#ifdef CONFIG_ARCH_R8A77951
334+
{ .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 },
337335
{ .compatible = "renesas,r8a779m0", .data = &soc_rcar_h3 },
338336
{ .compatible = "renesas,r8a779m1", .data = &soc_rcar_h3 },
339337
{ .compatible = "renesas,r8a779m8", .data = &soc_rcar_h3 },

0 commit comments

Comments
 (0)