Skip to content
Snippets Groups Projects
Commit 4ab0a58a authored by Marek Vasut's avatar Marek Vasut
Browse files

mtd: rpc: renesas: Add R-Car Gen4 DT compatible


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: default avatarMarek Vasut <marek.vasut+renesas@mailbox.org>
parent 1630ff26
No related branches found
No related tags found
No related merge requests found
...@@ -387,6 +387,7 @@ static int rpc_hf_probe(struct udevice *dev) ...@@ -387,6 +387,7 @@ static int rpc_hf_probe(struct udevice *dev)
static const struct udevice_id rpc_hf_ids[] = { static const struct udevice_id rpc_hf_ids[] = {
{ .compatible = "renesas,r7s72100-rpc-if" }, { .compatible = "renesas,r7s72100-rpc-if" },
{ .compatible = "renesas,rcar-gen3-rpc-if" }, { .compatible = "renesas,rcar-gen3-rpc-if" },
{ .compatible = "renesas,rcar-gen4-rpc-if" },
{} {}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment