mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 12:25:27 +00:00
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: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
1630ff26cc
commit
4ab0a58a90
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue