Skip to content

Commit 27e7657

Browse files
committed
soc: renesas: R-Car V3U is R-Car Gen4
Despite the name, R-Car V3U is the first member of the R-Car Gen4 family. Hence reflect this in the SoC Family field. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/2bbecad7b6c24c0d5c1797b3f7f0733d5ba33842.1651497066.git.geert+renesas@glider.be
1 parent 14f11da commit 27e7657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/renesas/renesas-soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ static const struct renesas_soc soc_rcar_d3 __initconst __maybe_unused = {
232232
};
233233

234234
static const struct renesas_soc soc_rcar_v3u __initconst __maybe_unused = {
235-
.family = &fam_rcar_gen3,
235+
.family = &fam_rcar_gen4,
236236
.id = 0x59,
237237
};
238238

0 commit comments

Comments
 (0)