mtd: spi: renesas: Add R-Car Gen5 DT compatible

Add device tree compatible string "renesas,rcar-gen5-rpc-if" to
the driver to match on upstream RPC DT node in R-Car Gen5 DTs.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2026-08-07 21:58:59 +02:00
parent fb178839bf
commit 0806005382
+1
View File
@@ -466,6 +466,7 @@ static const struct udevice_id rpc_spi_ids[] = {
{ .compatible = "renesas,r7s72100-rpc-if" },
{ .compatible = "renesas,rcar-gen3-rpc-if" },
{ .compatible = "renesas,rcar-gen4-rpc-if" },
{ .compatible = "renesas,rcar-gen5-rpc-if" },
{ }
};