From: Geert Uytterhoeven Date: Mon, 2 May 2022 13:35:24 +0000 (+0200) Subject: soc: renesas: R-Car V3U is R-Car Gen4 X-Git-Tag: for-5.19/block-exec-2022-06-02~33^2~6^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=27e7657a7cdc4b4a73bd5e4448e9ed733bae05c0;p=linux-block.git 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 Reviewed-by: Wolfram Sang Link: https://lore.kernel.org/r/2bbecad7b6c24c0d5c1797b3f7f0733d5ba33842.1651497066.git.geert+renesas@glider.be --- diff --git a/drivers/soc/renesas/renesas-soc.c b/drivers/soc/renesas/renesas-soc.c index 5b995952a747..d171f1b635c7 100644 --- a/drivers/soc/renesas/renesas-soc.c +++ b/drivers/soc/renesas/renesas-soc.c @@ -232,7 +232,7 @@ static const struct renesas_soc soc_rcar_d3 __initconst __maybe_unused = { }; static const struct renesas_soc soc_rcar_v3u __initconst __maybe_unused = { - .family = &fam_rcar_gen3, + .family = &fam_rcar_gen4, .id = 0x59, };