mtd: rpc: 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.
Adjust Kconfig to allow driver enablement on all 64bit R-Car.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2026-08-07 21:58:59 +02:00
parent 740b825e55
commit ded62933e0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ config ALTERA_QSPI
config RENESAS_RPC_HF
bool "Renesas R-Car Gen3 RPC HyperFlash driver"
depends on RCAR_GEN3 && DM_MTD
depends on RCAR_64 && DM_MTD
help
This enables access to HyperFlash memory through the Renesas
R-Car Gen3 RPC controller.
+1
View File
@@ -384,6 +384,7 @@ 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" },
{ .compatible = "renesas,rcar-gen5-rpc-if" },
{}
};