All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string
@ 2020-09-30 12:19 Biju Das
  2020-10-03 19:07 ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Biju Das @ 2020-09-30 12:19 UTC (permalink / raw)
  To: u-boot

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>
---
v1->V2:
 * Incorporated Marek's review comment
   (Ref:-https://patchwork.ozlabs.org/project/uboot/patch/20200930111332.3307-2-biju.das.jz at bp.renesas.com/)
---
 drivers/spi/renesas_rpc_spi.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c
index 3ea59b8fb8..d0ff918af8 100644
--- a/drivers/spi/renesas_rpc_spi.c
+++ b/drivers/spi/renesas_rpc_spi.c
@@ -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" },
 	{ }
 };
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2] spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string
  2020-09-30 12:19 [PATCH v2] spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string Biju Das
@ 2020-10-03 19:07 ` Marek Vasut
  2020-10-03 19:42   ` Biju Das
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2020-10-03 19:07 UTC (permalink / raw)
  To: u-boot

On 9/30/20 2:19 PM, Biju Das wrote:
> 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>

Applied to sh/next, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2] spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string
  2020-10-03 19:07 ` Marek Vasut
@ 2020-10-03 19:42   ` Biju Das
  0 siblings, 0 replies; 3+ messages in thread
From: Biju Das @ 2020-10-03 19:42 UTC (permalink / raw)
  To: u-boot

Hi Marek,

Thank you

Cheers,
Biju

> Subject: Re: [PATCH v2] spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2
> fallback compatibility string
>
> On 9/30/20 2:19 PM, Biju Das wrote:
> > 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>
>
> Applied to sh/next, thanks


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-03 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 12:19 [PATCH v2] spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string Biju Das
2020-10-03 19:07 ` Marek Vasut
2020-10-03 19:42   ` Biju Das

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.