All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: Document iWave RZ/G1N SOM
@ 2018-09-26  8:21 Biju Das
  2018-09-26 11:37 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Biju Das @ 2018-09-26  8:21 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Simon Horman, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

Document the iW-RainboW-G20M-RZ/G1N Qseven device tree bindings,
listing it as a supported system on module.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
iWave uses the same "iW-RainboW-G20M-Qseven" name for both
iWave-RZ/G1N and iWave-RZ/G1M Q7 SOM. Details can be found
in the below link
https://www.iwavesystems.com/rz-g1m-qseven-module.html
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index f5e0f82..4cfb567 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -101,6 +101,8 @@ Boards:
     compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"
   - iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven)
     compatible = "iwave,g20m", "renesas,r8a7743"
+  - iWave Systems RZ/G1N Qseven System On Module (iW-RainboW-G20M-Qseven)
+    compatible = "iwave,g20m", "renesas,r8a7744"
   - Kingfisher (SBEV-RCAR-KF-M03)
     compatible = "shimafuji,kingfisher"
   - Koelsch (RTP0RC7791SEB00010S)
-- 
2.7.4

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

* Re: [PATCH] ARM: shmobile: Document iWave RZ/G1N SOM
  2018-09-26  8:21 [PATCH] ARM: shmobile: Document iWave RZ/G1N SOM Biju Das
@ 2018-09-26 11:37 ` Geert Uytterhoeven
  2018-10-01 12:36   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-09-26 11:37 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm,
	Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

On Wed, Sep 26, 2018 at 10:28 AM Biju Das <biju.das@bp.renesas.com> wrote:
> Document the iW-RainboW-G20M-RZ/G1N Qseven device tree bindings,
> listing it as a supported system on module.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

> ---
> iWave uses the same "iW-RainboW-G20M-Qseven" name for both
> iWave-RZ/G1N and iWave-RZ/G1M Q7 SOM. Details can be found
> in the below link
> https://www.iwavesystems.com/rz-g1m-qseven-module.html

Makes perfect sense, as the SoCs are pin-compatible.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] ARM: shmobile: Document iWave RZ/G1N SOM
  2018-09-26 11:37 ` Geert Uytterhoeven
@ 2018-10-01 12:36   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2018-10-01 12:36 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Biju Das, Rob Herring, Mark Rutland, Magnus Damm, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

On Wed, Sep 26, 2018 at 01:37:59PM +0200, Geert Uytterhoeven wrote:
> On Wed, Sep 26, 2018 at 10:28 AM Biju Das <biju.das@bp.renesas.com> wrote:
> > Document the iW-RainboW-G20M-RZ/G1N Qseven device tree bindings,
> > listing it as a supported system on module.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> > ---
> > iWave uses the same "iW-RainboW-G20M-Qseven" name for both
> > iWave-RZ/G1N and iWave-RZ/G1M Q7 SOM. Details can be found
> > in the below link
> > https://www.iwavesystems.com/rz-g1m-qseven-module.html
> 
> Makes perfect sense, as the SoCs are pin-compatible.

Thanks, applied for v4.21.

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

end of thread, other threads:[~2018-10-01 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26  8:21 [PATCH] ARM: shmobile: Document iWave RZ/G1N SOM Biju Das
2018-09-26 11:37 ` Geert Uytterhoeven
2018-10-01 12:36   ` Simon Horman

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.