]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: renesas: Identify R-Car R8A779MD M3Le SoC
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 4 May 2026 14:43:27 +0000 (16:43 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 25 May 2026 10:03:04 +0000 (12:03 +0200)
Add support for identifying the R-Car M3Le (R8A779MD) SoC.

The Renesas R-Car R8A779MD M3Le SoC is a variant of the already
supported R-Car M3-N SoC with reduced peripherals.
Enable support for the M3Le SoC through already existing ARCH_R8A77965
configuration symbol.  PRR reads 0x67c05501.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Link: https://patch.msgid.link/20260504144534.43745-6-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/soc/renesas/renesas-soc.c

index dedb2a0be58644e688b4b769d1fd52b45c6ddb69..18acca73064c1951a1dfc2910600e8b34d82c879 100644 (file)
@@ -361,6 +361,7 @@ static const struct of_device_id renesas_socs[] __initconst __maybe_unused = {
        { .compatible = "renesas,r8a77965",     .data = &soc_rcar_m3_n },
        { .compatible = "renesas,r8a779m4",     .data = &soc_rcar_m3_n },
        { .compatible = "renesas,r8a779m5",     .data = &soc_rcar_m3_n },
+       { .compatible = "renesas,r8a779md",     .data = &soc_rcar_m3_n },
 #endif
 #ifdef CONFIG_ARCH_R8A77970
        { .compatible = "renesas,r8a77970",     .data = &soc_rcar_v3m },