summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-08-03 22:57:15 +0200
committerMarek Vasut <[email protected]>2026-08-07 21:58:59 +0200
commit08060053829cb65dd3231afbd601de2b150a4c05 (patch)
tree19eb44f83b5bbed329b161cc20f822832d1aec2f
parentfb178839bfd3afeed6bd4abc90d46109823a4b3b (diff)
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 <[email protected]>
-rw-r--r--drivers/spi/renesas_rpc_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c
index 640607793c3..76eca5389a2 100644
--- a/drivers/spi/renesas_rpc_spi.c
+++ b/drivers/spi/renesas_rpc_spi.c
@@ -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" },
{ }
};