mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
mtd: spi: 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:
@@ -465,6 +465,7 @@ static const struct dm_spi_ops rpc_spi_ops = {
|
||||
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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user