mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string
Add fallback compatibility string for R-Car Gen3 and RZ/G2. Also sorted the compatible string as per SoC ID. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
This commit is contained in:
parent
7ec87e4192
commit
2f220c639a
1 changed files with 2 additions and 1 deletions
|
@ -448,12 +448,13 @@ static const struct dm_spi_ops rpc_spi_ops = {
|
|||
};
|
||||
|
||||
static const struct udevice_id rpc_spi_ids[] = {
|
||||
{ .compatible = "renesas,rpc-r7s72100" },
|
||||
{ .compatible = "renesas,rpc-r8a7795" },
|
||||
{ .compatible = "renesas,rpc-r8a7796" },
|
||||
{ .compatible = "renesas,rpc-r8a77965" },
|
||||
{ .compatible = "renesas,rpc-r8a77970" },
|
||||
{ .compatible = "renesas,rpc-r8a77995" },
|
||||
{ .compatible = "renesas,rpc-r7s72100" },
|
||||
{ .compatible = "renesas,rcar-gen3-rpc" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue