mtd: rpc: renesas: Add R-Car Gen4 DT compatible
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 31 Aug 2024 20:30:19 +0000 (22:30 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 8 Sep 2024 23:10:23 +0000 (01:10 +0200)
Add device tree compatible string "renesas,rcar-gen4-rpc-if" to
the driver to match on upstream RPC DT node in R-Car Gen4 DTs.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/mtd/renesas_rpc_hf.c

index 941f204..0354582 100644 (file)
@@ -387,6 +387,7 @@ static int rpc_hf_probe(struct udevice *dev)
 static const struct udevice_id rpc_hf_ids[] = {
        { .compatible = "renesas,r7s72100-rpc-if" },
        { .compatible = "renesas,rcar-gen3-rpc-if" },
+       { .compatible = "renesas,rcar-gen4-rpc-if" },
        {}
 };