[PATCH 1/2] spi: renesas_rpc_spi: Add compatible string for R8A774B1

Add compatible string entry for RZ/G2N (R8A774B1) SoC.
Signed-off-by: Biju Das biju.das.jz@bp.renesas.com Reviewed-by: Lad Prabhakar prabhakar.mahadev-lad.rj@bp.renesas.com --- drivers/spi/renesas_rpc_spi.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c index a63390f1b7..844b7f59b7 100644 --- a/drivers/spi/renesas_rpc_spi.c +++ b/drivers/spi/renesas_rpc_spi.c @@ -449,6 +449,7 @@ static const struct dm_spi_ops rpc_spi_ops = {
static const struct udevice_id rpc_spi_ids[] = { { .compatible = "renesas,rpc-r8a774a1" }, + { .compatible = "renesas,rpc-r8a774b1" }, { .compatible = "renesas,rpc-r8a7795" }, { .compatible = "renesas,rpc-r8a7796" }, { .compatible = "renesas,rpc-r8a77965" },

Add compatible string entry for RZ/G2H (R8A774E1) SoC.
Signed-off-by: Biju Das biju.das.jz@bp.renesas.com Reviewed-by: Lad Prabhakar prabhakar.mahadev-lad.rj@bp.renesas.com --- drivers/spi/renesas_rpc_spi.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c index 844b7f59b7..111528daaa 100644 --- a/drivers/spi/renesas_rpc_spi.c +++ b/drivers/spi/renesas_rpc_spi.c @@ -450,6 +450,7 @@ static const struct dm_spi_ops rpc_spi_ops = { static const struct udevice_id rpc_spi_ids[] = { { .compatible = "renesas,rpc-r8a774a1" }, { .compatible = "renesas,rpc-r8a774b1" }, + { .compatible = "renesas,rpc-r8a774e1" }, { .compatible = "renesas,rpc-r8a7795" }, { .compatible = "renesas,rpc-r8a7796" }, { .compatible = "renesas,rpc-r8a77965" },

On 9/30/20 1:13 PM, Biju Das wrote:
Add compatible string entry for RZ/G2H (R8A774E1) SoC.
Signed-off-by: Biju Das biju.das.jz@bp.renesas.com Reviewed-by: Lad Prabhakar prabhakar.mahadev-lad.rj@bp.renesas.com
drivers/spi/renesas_rpc_spi.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c index 844b7f59b7..111528daaa 100644 --- a/drivers/spi/renesas_rpc_spi.c +++ b/drivers/spi/renesas_rpc_spi.c @@ -450,6 +450,7 @@ static const struct dm_spi_ops rpc_spi_ops = { static const struct udevice_id rpc_spi_ids[] = { { .compatible = "renesas,rpc-r8a774a1" }, { .compatible = "renesas,rpc-r8a774b1" },
- { .compatible = "renesas,rpc-r8a774e1" }, { .compatible = "renesas,rpc-r8a7795" }, { .compatible = "renesas,rpc-r8a7796" }, { .compatible = "renesas,rpc-r8a77965" },
Can we just add renesas,rz-g2-rpc or somesuch generic string (keep it in sync with Linux) instead of growing the list ?

Hi Marek,
Thanks for the feedback.
Subject: Re: [PATCH 2/2] spi: renesas_rpc_spi: Add compatible string for R8A774E1
On 9/30/20 1:13 PM, Biju Das wrote:
Add compatible string entry for RZ/G2H (R8A774E1) SoC.
Signed-off-by: Biju Das biju.das.jz@bp.renesas.com Reviewed-by: Lad Prabhakar <prabhakar.mahadev-
lad.rj@bp.renesas.com>
drivers/spi/renesas_rpc_spi.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c index 844b7f59b7..111528daaa 100644 --- a/drivers/spi/renesas_rpc_spi.c +++ b/drivers/spi/renesas_rpc_spi.c @@ -450,6 +450,7 @@ static const struct dm_spi_ops rpc_spi_ops = { static const struct udevice_id rpc_spi_ids[] = { { .compatible = "renesas,rpc-r8a774a1" }, { .compatible = "renesas,rpc-r8a774b1" }, +{ .compatible = "renesas,rpc-r8a774e1" }, { .compatible = "renesas,rpc-r8a7795" }, { .compatible = "renesas,rpc-r8a7796" }, { .compatible = "renesas,rpc-r8a77965" },
Can we just add renesas,rz-g2-rpc or somesuch generic string (keep it in sync with Linux) instead of growing the list ?
OK, will post v2 with "renesas,rcar-gen3-rpc" generic compatible string for both RCar-Gen3 and RZ/G2 SoC
Thanks and regds, Biju
Renesas Electronics Europe GmbH, Geschaeftsfuehrer/President: Carsten Jauch, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany, Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647
participants (2)
-
Biju Das
-
Marek Vasut