File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ config ARCH_R8A77951
208
208
help
209
209
This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
210
210
later).
211
+ This includes different gradings like R-Car H3e-2G.
211
212
212
213
config ARCH_R8A77965
213
214
bool "ARM64 Platform support for R-Car M3-N"
@@ -229,6 +230,7 @@ config ARCH_R8A77961
229
230
select SYSC_R8A77961
230
231
help
231
232
This enables support for the Renesas R-Car M3-W+ SoC.
233
+ This includes different gradings like R-Car M3e-2G.
232
234
233
235
config ARCH_R8A77980
234
236
bool "ARM64 Platform support for R-Car V3H"
Original file line number Diff line number Diff line change @@ -284,11 +284,15 @@ static const struct of_device_id renesas_socs[] __initconst = {
284
284
#if defined(CONFIG_ARCH_R8A77950 ) || defined (CONFIG_ARCH_R8A77951 )
285
285
{ .compatible = "renesas,r8a7795" , .data = & soc_rcar_h3 },
286
286
#endif
287
+ #ifdef CONFIG_ARCH_R8A77951
288
+ { .compatible = "renesas,r8a779m1" , .data = & soc_rcar_h3 },
289
+ #endif
287
290
#ifdef CONFIG_ARCH_R8A77960
288
291
{ .compatible = "renesas,r8a7796" , .data = & soc_rcar_m3_w },
289
292
#endif
290
293
#ifdef CONFIG_ARCH_R8A77961
291
294
{ .compatible = "renesas,r8a77961" , .data = & soc_rcar_m3_w },
295
+ { .compatible = "renesas,r8a779m3" , .data = & soc_rcar_m3_w },
292
296
#endif
293
297
#ifdef CONFIG_ARCH_R8A77965
294
298
{ .compatible = "renesas,r8a77965" , .data = & soc_rcar_m3_n },
You can’t perform that action at this time.
0 commit comments