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:
+1
-1
@@ -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.
|
||||
|
||||
@@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user