* [PATCH 0/4] ARM: dts: Add iWave RZ/G1M board support @ 2017-06-02 16:21 Biju Das 2017-06-02 16:22 ` [PATCH 1/4] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das ` (3 more replies) 0 siblings, 4 replies; 24+ messages in thread From: Biju Das @ 2017-06-02 16:21 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das Hello, This series aims to add iWave RZ/G1M R8A7743 based Qseven SOM and RainboW-G20D- Qseven board support. This series has been tested against linux-next tag next-20170602. Regards, Biju Das (4): of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 25 ++++++++++++++++++++ arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 27 ++++++++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7743-iwg20d-q7.dts create mode 100644 arch/arm/boot/dts/r8a7743-iwg20m.dtsi -- 1.9.1 ^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH 1/4] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd 2017-06-02 16:21 [PATCH 0/4] ARM: dts: Add iWave RZ/G1M board support Biju Das @ 2017-06-02 16:22 ` Biju Das [not found] ` <1496420523-23506-2-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-02 16:22 ` [PATCH 2/4] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Biju Das ` (2 subsequent siblings) 3 siblings, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-02 16:22 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das This patch adds vendor prefix for iWave Systems Technologies Pvt. Ltd. Website: http://www.iwavesystems.com/ Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index d808f24..a74400a 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -160,6 +160,7 @@ isee ISEE 2007 S.L. isil Intersil issi Integrated Silicon Solutions Inc. itead ITEAD Intelligent Systems Co.Ltd +iwave iWave Systems Technologies Pvt. Ltd. jdi Japan Display Inc. jedec JEDEC Solid State Technology Association karo Ka-Ro electronics GmbH -- 1.9.1 ^ permalink raw reply related [flat|nested] 24+ messages in thread
[parent not found: <1496420523-23506-2-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>]
* Re: [PATCH 1/4] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd [not found] ` <1496420523-23506-2-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-06-06 7:40 ` Geert Uytterhoeven 0 siblings, 0 replies; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 7:40 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On Fri, Jun 2, 2017 at 6:22 PM, Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> wrote: > This patch adds vendor prefix for iWave Systems Technologies Pvt. Ltd. > Website: http://www.iwavesystems.com/ > > Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> > Reviewed-by: Chris Paterson <chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH 2/4] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board 2017-06-02 16:21 [PATCH 0/4] ARM: dts: Add iWave RZ/G1M board support Biju Das 2017-06-02 16:22 ` [PATCH 1/4] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das @ 2017-06-02 16:22 ` Biju Das 2017-06-06 7:41 ` Geert Uytterhoeven 2017-06-02 16:22 ` [PATCH 3/4] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM Biju Das [not found] ` <1496420523-23506-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 3 siblings, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-02 16:22 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das Document the iW-RainboW-G20D-Qseven-RZG1M device tree bindings, listing it as a supported board. This allows to use checkpatch.pl to validate .dts files referring to the iW-RainboW-G20D-Qseven-RZG1M board. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> --- 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 4b60ce2..13fbfe0 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -69,6 +69,8 @@ Boards: compatible = "renesas,kzm9d", "renesas,emev2" - Kyoto Microcomputer Co. KZM-A9-GT compatible = "renesas,kzm9g", "renesas,sh73a0" + - iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW-G20D-Qseven) + compatible = "iwave,g20d", "renesas,r8a7743" - Lager (RTP0RC7790SEB00010S) compatible = "renesas,lager", "renesas,r8a7790" - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKB00010S) -- 1.9.1 ^ permalink raw reply related [flat|nested] 24+ messages in thread
* Re: [PATCH 2/4] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board 2017-06-02 16:22 ` [PATCH 2/4] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Biju Das @ 2017-06-06 7:41 ` Geert Uytterhoeven 2017-06-06 10:35 ` Biju Das 0 siblings, 1 reply; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 7:41 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org Hi Biju, On Fri, Jun 2, 2017 at 6:22 PM, Biju Das <biju.das@bp.renesas.com> wrote: > Document the iW-RainboW-G20D-Qseven-RZG1M device tree bindings, > listing it as a supported board. > > This allows to use checkpatch.pl to validate .dts files referring to the > iW-RainboW-G20D-Qseven-RZG1M board. Thanks for your patch! > 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> > --- a/Documentation/devicetree/bindings/arm/shmobile.txt > +++ b/Documentation/devicetree/bindings/arm/shmobile.txt > @@ -69,6 +69,8 @@ Boards: > compatible = "renesas,kzm9d", "renesas,emev2" > - Kyoto Microcomputer Co. KZM-A9-GT > compatible = "renesas,kzm9g", "renesas,sh73a0" > + - iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW-G20D-Qseven) > + compatible = "iwave,g20d", "renesas,r8a7743" Please keep the list sorted alphabetically. > - Lager (RTP0RC7790SEB00010S) > compatible = "renesas,lager", "renesas,r8a7790" > - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKB00010S) 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] 24+ messages in thread
* RE: [PATCH 2/4] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board 2017-06-06 7:41 ` Geert Uytterhoeven @ 2017-06-06 10:35 ` Biju Das 0 siblings, 0 replies; 24+ messages in thread From: Biju Das @ 2017-06-06 10:35 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org > On Fri, Jun 2, 2017 at 6:22 PM, Biju Das <biju.das@bp.renesas.com> wrote: > > Document the iW-RainboW-G20D-Qseven-RZG1M device tree bindings, > > listing it as a supported board. > > > > This allows to use checkpatch.pl to validate .dts files referring to > > the iW-RainboW-G20D-Qseven-RZG1M board. > > Thanks for your patch! > > > 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> > > > --- a/Documentation/devicetree/bindings/arm/shmobile.txt > > +++ b/Documentation/devicetree/bindings/arm/shmobile.txt > > @@ -69,6 +69,8 @@ Boards: > > compatible = "renesas,kzm9d", "renesas,emev2" > > - Kyoto Microcomputer Co. KZM-A9-GT > > compatible = "renesas,kzm9g", "renesas,sh73a0" > > + - iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW- > G20D-Qseven) > > + compatible = "iwave,g20d", "renesas,r8a7743" > > Please keep the list sorted alphabetically. Thanks for the input. I will correct it. > > - Lager (RTP0RC7790SEB00010S) > > compatible = "renesas,lager", "renesas,r8a7790" > > - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKB00010S) Regards, Biju Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709. ^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH 3/4] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM 2017-06-02 16:21 [PATCH 0/4] ARM: dts: Add iWave RZ/G1M board support Biju Das 2017-06-02 16:22 ` [PATCH 1/4] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das 2017-06-02 16:22 ` [PATCH 2/4] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Biju Das @ 2017-06-02 16:22 ` Biju Das [not found] ` <1496420523-23506-4-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-06 15:10 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Biju Das [not found] ` <1496420523-23506-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 3 siblings, 2 replies; 24+ messages in thread From: Biju Das @ 2017-06-02 16:22 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das Add support for iWave RZG1M Qseven System On Module. http://www.iwavesystems.com/rz-g1m-qseven-module.html Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> --- arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7743-iwg20m.dtsi diff --git a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi new file mode 100644 index 0000000..d7bdf5d --- /dev/null +++ b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi @@ -0,0 +1,27 @@ +/* + * Device Tree Source for the iWave-RZG1M-20M Qseven SOM + * + * Copyright (C) 2017 Renesas Electronics Corp. + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + */ + +#include "r8a7743.dtsi" + +/ { + memory@40000000 { + device_type = "memory"; + reg = <0 0x40000000 0 0x20000000>; + }; + + memory@200000000 { + device_type = "memory"; + reg = <2 0x00000000 0 0x20000000>; + }; +}; + +&extal_clk { + clock-frequency = <20000000>; +}; -- 1.9.1 ^ permalink raw reply related [flat|nested] 24+ messages in thread
[parent not found: <1496420523-23506-4-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>]
* Re: [PATCH 3/4] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM [not found] ` <1496420523-23506-4-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-06-06 7:41 ` Geert Uytterhoeven [not found] ` <CAMuHMdV8Ugz_kvHLbV7sii-2v1WdHTSFm3meM8faVtx3jBpC+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 7:41 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Hi Biju, On Fri, Jun 2, 2017 at 6:22 PM, Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> wrote: > Add support for iWave RZG1M Qseven System On Module. > http://www.iwavesystems.com/rz-g1m-qseven-module.html Thanks for your patch! > Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> > Reviewed-by: Chris Paterson <chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> > --- /dev/null > +++ b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi > @@ -0,0 +1,27 @@ > +/* > + * Device Tree Source for the iWave-RZG1M-20M Qseven SOM > + * > + * Copyright (C) 2017 Renesas Electronics Corp. > + * > + * This file is licensed under the terms of the GNU General Public License > + * version 2. This program is licensed "as is" without any warranty of any > + * kind, whether express or implied. > + */ > + > +#include "r8a7743.dtsi" > + > +/ { Given this is a sub-board with many other components, I think it should have its own (documented) compatible value, e.g. compatible = "iwave,g20m", "renesas,r8a7743"; > + memory@40000000 { > + device_type = "memory"; > + reg = <0 0x40000000 0 0x20000000>; > + }; > + > + memory@200000000 { > + device_type = "memory"; > + reg = <2 0x00000000 0 0x20000000>; > + }; > +}; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 24+ messages in thread
[parent not found: <CAMuHMdV8Ugz_kvHLbV7sii-2v1WdHTSFm3meM8faVtx3jBpC+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* RE: [PATCH 3/4] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM [not found] ` <CAMuHMdV8Ugz_kvHLbV7sii-2v1WdHTSFm3meM8faVtx3jBpC+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2017-06-06 10:31 ` Biju Das 0 siblings, 0 replies; 24+ messages in thread From: Biju Das @ 2017-06-06 10:31 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > On Fri, Jun 2, 2017 at 6:22 PM, Biju Das <biju.das@bp.renesas.com> wrote: > > Add support for iWave RZG1M Qseven System On Module. > > http://www.iwavesystems.com/rz-g1m-qseven-module.html > > Thanks for your patch! > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > > Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> > > > --- /dev/null > > +++ b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi > > @@ -0,0 +1,27 @@ > > +/* > > + * Device Tree Source for the iWave-RZG1M-20M Qseven SOM > > + * > > + * Copyright (C) 2017 Renesas Electronics Corp. > > + * > > + * This file is licensed under the terms of the GNU General Public > > +License > > + * version 2. This program is licensed "as is" without any warranty > > +of any > > + * kind, whether express or implied. > > + */ > > + > > +#include "r8a7743.dtsi" > > + > > +/ { > > Given this is a sub-board with many other components, I think it should have > its own (documented) compatible value, e.g. > > compatible = "iwave,g20m", "renesas,r8a7743"; Thanks for the input. I will document this system on module and apply the above change. > > + memory@40000000 { > > + device_type = "memory"; > > + reg = <0 0x40000000 0 0x20000000>; > > + }; > > + > > + memory@200000000 { > > + device_type = "memory"; > > + reg = <2 0x00000000 0 0x20000000>; > > + }; > > +}; > [>] Regards, Biju Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709. ^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support 2017-06-02 16:22 ` [PATCH 3/4] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM Biju Das [not found] ` <1496420523-23506-4-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-06-06 15:10 ` Biju Das 2017-06-06 15:10 ` [PATCH v2 1/5] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das ` (4 more replies) 1 sibling, 5 replies; 24+ messages in thread From: Biju Das @ 2017-06-06 15:10 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das Hello, This series aims to add iWave RZ/G1M R8A7743 based Qseven SOM and RainboW-G20D- Qseven board support. This series has been tested against linux-next tag next-20170606. Modifications: v1->v2 -Documented iWave iW-RainboW-G20M-Qseven-RZG1M system on module -Documented iW-RainboW-G20D-Qseven-RZG1M board in alphabatical order -Added compatible string in iWave RZG1M Qseven SOM -Modified the compatible string in iWave G20D-Q7 board History: ------- [v1]: http://www.spinics.net/lists/devicetree/msg179565.html Biju Das (5): of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Documentation/devicetree/bindings/arm/shmobile.txt | 4 +++ .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 25 +++++++++++++++++++ arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 29 ++++++++++++++++++++++ 5 files changed, 60 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7743-iwg20d-q7.dts create mode 100644 arch/arm/boot/dts/r8a7743-iwg20m.dtsi -- 1.9.1 ^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH v2 1/5] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd 2017-06-06 15:10 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Biju Das @ 2017-06-06 15:10 ` Biju Das 2017-06-13 22:18 ` Rob Herring [not found] ` <1496761818-62126-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> ` (3 subsequent siblings) 4 siblings, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-06 15:10 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das This patch adds vendor prefix for iWave Systems Technologies Pvt. Ltd. Website: http://www.iwavesystems.com/ Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index d808f24..a74400a 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -160,6 +160,7 @@ isee ISEE 2007 S.L. isil Intersil issi Integrated Silicon Solutions Inc. itead ITEAD Intelligent Systems Co.Ltd +iwave iWave Systems Technologies Pvt. Ltd. jdi Japan Display Inc. jedec JEDEC Solid State Technology Association karo Ka-Ro electronics GmbH -- 1.9.1 ^ permalink raw reply related [flat|nested] 24+ messages in thread
* Re: [PATCH v2 1/5] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd 2017-06-06 15:10 ` [PATCH v2 1/5] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das @ 2017-06-13 22:18 ` Rob Herring 0 siblings, 0 replies; 24+ messages in thread From: Rob Herring @ 2017-06-13 22:18 UTC (permalink / raw) To: Biju Das Cc: Mark Rutland, Simon Horman, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel On Tue, Jun 06, 2017 at 04:10:14PM +0100, Biju Das wrote: > This patch adds vendor prefix for iWave Systems Technologies Pvt. Ltd. > Website: http://www.iwavesystems.com/ > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Now applied to DT tree to avoid conflicts. Rob ^ permalink raw reply [flat|nested] 24+ messages in thread
[parent not found: <1496761818-62126-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>]
* [PATCH v2 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module [not found] ` <1496761818-62126-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-06-06 15:10 ` Biju Das [not found] ` <1496761818-62126-3-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-06 15:10 ` [PATCH v2 4/5] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM Biju Das 1 sibling, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-06 15:10 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Biju Das Document the iW-RainboW-G20M-Qseven-RZG1M device tree bindings, listing it as a supported system on module. Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> Reviewed-by: Chris Paterson <chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> --- 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 4b60ce2..ace4fe3 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -63,6 +63,8 @@ Boards: compatible = "renesas,h3ulcb", "renesas,r8a7795"; - Henninger compatible = "renesas,henninger", "renesas,r8a7791" + - iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven) + compatible = "iwave,g20m", "renesas,r8a7743" - Koelsch (RTP0RC7791SEB00010S) compatible = "renesas,koelsch", "renesas,r8a7791" - Kyoto Microcomputer Co. KZM-A9-Dual -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 24+ messages in thread
[parent not found: <1496761818-62126-3-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>]
* Re: [PATCH v2 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module [not found] ` <1496761818-62126-3-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-06-06 15:32 ` Geert Uytterhoeven 0 siblings, 0 replies; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 15:32 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On Tue, Jun 6, 2017 at 5:10 PM, Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> wrote: > Document the iW-RainboW-G20M-Qseven-RZG1M device tree bindings, > listing it as a supported system on module. > > Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> > Reviewed-by: Chris Paterson <chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 24+ messages in thread
* [PATCH v2 4/5] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM [not found] ` <1496761818-62126-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-06 15:10 ` [PATCH v2 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Biju Das @ 2017-06-06 15:10 ` Biju Das 2017-06-06 15:34 ` Geert Uytterhoeven 1 sibling, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-06 15:10 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Biju Das Add support for iWave RZG1M Qseven System On Module. http://www.iwavesystems.com/rz-g1m-qseven-module.html Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> Reviewed-by: Chris Paterson <chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7743-iwg20m.dtsi diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 3d6e288..8da0897 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -710,6 +710,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ r7s72100-rskrza1.dtb \ r8a73a4-ape6evm.dtb \ r8a7740-armadillo800eva.dtb \ + r8a7743-iwg20d-q7.dtb \ r8a7743-sk-rzg1m.dtb \ r8a7745-sk-rzg1e.dtb \ r8a7778-bockw.dtb \ diff --git a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi new file mode 100644 index 0000000..001ca91 --- /dev/null +++ b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi @@ -0,0 +1,29 @@ +/* + * Device Tree Source for the iWave-RZG1M-20M Qseven SOM + * + * Copyright (C) 2017 Renesas Electronics Corp. + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + */ + +#include "r8a7743.dtsi" + +/ { + compatible = "iwave,g20m", "renesas,r8a7743"; + + memory@40000000 { + device_type = "memory"; + reg = <0 0x40000000 0 0x20000000>; + }; + + memory@200000000 { + device_type = "memory"; + reg = <2 0x00000000 0 0x20000000>; + }; +}; + +&extal_clk { + clock-frequency = <20000000>; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 24+ messages in thread
* Re: [PATCH v2 4/5] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM 2017-06-06 15:10 ` [PATCH v2 4/5] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM Biju Das @ 2017-06-06 15:34 ` Geert Uytterhoeven 0 siblings, 0 replies; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 15:34 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org On Tue, Jun 6, 2017 at 5:10 PM, Biju Das <biju.das@bp.renesas.com> wrote: > Add support for iWave RZG1M Qseven System On Module. > http://www.iwavesystems.com/rz-g1m-qseven-module.html > > 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> 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] 24+ messages in thread
* [PATCH v2 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board 2017-06-06 15:10 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Biju Das 2017-06-06 15:10 ` [PATCH v2 1/5] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das [not found] ` <1496761818-62126-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-06-06 15:10 ` Biju Das 2017-06-06 15:32 ` Geert Uytterhoeven 2017-06-06 15:10 ` [PATCH v2 5/5] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Biju Das 2017-06-08 13:41 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Simon Horman 4 siblings, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-06 15:10 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das Document the iW-RainboW-G20D-Qseven-RZG1M device tree bindings, listing it as a supported board. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> --- 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 ace4fe3..9b6f6cc 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -63,6 +63,8 @@ Boards: compatible = "renesas,h3ulcb", "renesas,r8a7795"; - Henninger compatible = "renesas,henninger", "renesas,r8a7791" + - iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW-G20D-Qseven) + compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743" - iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven) compatible = "iwave,g20m", "renesas,r8a7743" - Koelsch (RTP0RC7791SEB00010S) -- 1.9.1 ^ permalink raw reply related [flat|nested] 24+ messages in thread
* Re: [PATCH v2 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board 2017-06-06 15:10 ` [PATCH v2 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Biju Das @ 2017-06-06 15:32 ` Geert Uytterhoeven 0 siblings, 0 replies; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 15:32 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org On Tue, Jun 6, 2017 at 5:10 PM, Biju Das <biju.das@bp.renesas.com> wrote: > Document the iW-RainboW-G20D-Qseven-RZG1M device tree bindings, > listing it as a supported board. > > 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> 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] 24+ messages in thread
* [PATCH v2 5/5] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M 2017-06-06 15:10 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Biju Das ` (2 preceding siblings ...) 2017-06-06 15:10 ` [PATCH v2 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Biju Das @ 2017-06-06 15:10 ` Biju Das 2017-06-06 15:33 ` Geert Uytterhoeven 2017-06-08 13:41 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Simon Horman 4 siblings, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-06 15:10 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> --- arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7743-iwg20d-q7.dts diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts new file mode 100644 index 0000000..9b54783 --- /dev/null +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts @@ -0,0 +1,25 @@ +/* + * Device Tree Source for the iWave-RZG1M Qseven carrier board + * + * Copyright (C) 2017 Renesas Electronics Corp. + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + */ + +/dts-v1/; +#include "r8a7743-iwg20m.dtsi" + +/ { + model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M"; + compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; + + aliases { + serial0 = &scif0; + }; +}; + +&scif0 { + status = "okay"; +}; -- 1.9.1 ^ permalink raw reply related [flat|nested] 24+ messages in thread
* Re: [PATCH v2 5/5] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M 2017-06-06 15:10 ` [PATCH v2 5/5] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Biju Das @ 2017-06-06 15:33 ` Geert Uytterhoeven 0 siblings, 0 replies; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 15:33 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org On Tue, Jun 6, 2017 at 5:10 PM, Biju Das <biju.das@bp.renesas.com> wrote: > Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M. > > 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> 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] 24+ messages in thread
* Re: [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support 2017-06-06 15:10 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Biju Das ` (3 preceding siblings ...) 2017-06-06 15:10 ` [PATCH v2 5/5] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Biju Das @ 2017-06-08 13:41 ` Simon Horman 4 siblings, 0 replies; 24+ messages in thread From: Simon Horman @ 2017-06-08 13:41 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Magnus Damm, Russell King, Geert Uytterhoeven, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel On Tue, Jun 06, 2017 at 04:10:13PM +0100, Biju Das wrote: > Hello, > > This series aims to add iWave RZ/G1M R8A7743 based Qseven SOM and RainboW-G20D- Qseven board support. > > This series has been tested against linux-next tag next-20170606. > > Modifications: > v1->v2 > -Documented iWave iW-RainboW-G20M-Qseven-RZG1M system on module > -Documented iW-RainboW-G20D-Qseven-RZG1M board in alphabatical order > -Added compatible string in iWave RZG1M Qseven SOM > -Modified the compatible string in iWave G20D-Q7 board > > History: > ------- > [v1]: http://www.spinics.net/lists/devicetree/msg179565.html > > Biju Das (5): > of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd > ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module > ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board > ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM > ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on > RZ/G1M > > Documentation/devicetree/bindings/arm/shmobile.txt | 4 +++ > .../devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 25 +++++++++++++++++++ > arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 29 ++++++++++++++++++++++ > 5 files changed, 60 insertions(+) > create mode 100644 arch/arm/boot/dts/r8a7743-iwg20d-q7.dts > create mode 100644 arch/arm/boot/dts/r8a7743-iwg20m.dtsi Thanks, I have queued these up after moving the Makefile change from the 2nd to last to the last patch. They should appear in the next and devel branches of the renesas tree later today. ^ permalink raw reply [flat|nested] 24+ messages in thread
[parent not found: <1496420523-23506-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>]
* [PATCH 4/4] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M [not found] ` <1496420523-23506-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-06-02 16:22 ` Biju Das 2017-06-06 7:42 ` Geert Uytterhoeven 0 siblings, 1 reply; 24+ messages in thread From: Biju Das @ 2017-06-02 16:22 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Biju Das Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M. Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> Reviewed-by: Chris Paterson <chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7743-iwg20d-q7.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 3bd29fe..1642fd1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -711,6 +711,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ r8a73a4-ape6evm.dtb \ r8a7740-armadillo800eva.dtb \ r8a7743-sk-rzg1m.dtb \ + r8a7743-iwg20d-q7.dtb \ r8a7745-sk-rzg1e.dtb \ r8a7778-bockw.dtb \ r8a7779-marzen.dtb \ diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts new file mode 100644 index 0000000..0f609291 --- /dev/null +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts @@ -0,0 +1,25 @@ +/* + * Device Tree Source for the iWave-RZG1M Qseven carrier board + * + * Copyright (C) 2017 Renesas Electronics Corp. + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + */ + +/dts-v1/; +#include "r8a7743-iwg20m.dtsi" + +/ { + model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M"; + compatible = "iwave,g20d", "renesas,r8a7743"; + + aliases { + serial0 = &scif0; + }; +}; + +&scif0 { + status = "okay"; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 24+ messages in thread
* Re: [PATCH 4/4] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M 2017-06-02 16:22 ` [PATCH 4/4] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Biju Das @ 2017-06-06 7:42 ` Geert Uytterhoeven 2017-06-06 10:37 ` Biju Das 0 siblings, 1 reply; 24+ messages in thread From: Geert Uytterhoeven @ 2017-06-06 7:42 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org Hi Biju, On Fri, Jun 2, 2017 at 6:22 PM, Biju Das <biju.das@bp.renesas.com> wrote: > Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M. Thanks for your patch! > 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> > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -711,6 +711,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ > r8a73a4-ape6evm.dtb \ > r8a7740-armadillo800eva.dtb \ > r8a7743-sk-rzg1m.dtb \ > + r8a7743-iwg20d-q7.dtb \ Please preserve sort order. > r8a7745-sk-rzg1e.dtb \ > r8a7778-bockw.dtb \ > r8a7779-marzen.dtb \ > --- /dev/null > +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts > @@ -0,0 +1,25 @@ > +/* > + * Device Tree Source for the iWave-RZG1M Qseven carrier board > + * > + * Copyright (C) 2017 Renesas Electronics Corp. > + * > + * This file is licensed under the terms of the GNU General Public License > + * version 2. This program is licensed "as is" without any warranty of any > + * kind, whether express or implied. > + */ > + > +/dts-v1/; > +#include "r8a7743-iwg20m.dtsi" > + > +/ { > + model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M"; > + compatible = "iwave,g20d", "renesas,r8a7743"; With my comment on patch [3/4], this should become: compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; > + > + aliases { > + serial0 = &scif0; > + }; > +}; > + > +&scif0 { > + status = "okay"; > +}; 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] 24+ messages in thread
* RE: [PATCH 4/4] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M 2017-06-06 7:42 ` Geert Uytterhoeven @ 2017-06-06 10:37 ` Biju Das 0 siblings, 0 replies; 24+ messages in thread From: Biju Das @ 2017-06-06 10:37 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org > On Fri, Jun 2, 2017 at 6:22 PM, Biju Das <biju.das@bp.renesas.com> wrote: > > Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M. > > Thanks for your patch! > > > 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> > > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -711,6 +711,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ > > r8a73a4-ape6evm.dtb \ > > r8a7740-armadillo800eva.dtb \ > > r8a7743-sk-rzg1m.dtb \ > > + r8a7743-iwg20d-q7.dtb \ > > Please preserve sort order. > > > r8a7745-sk-rzg1e.dtb \ > > r8a7778-bockw.dtb \ > > r8a7779-marzen.dtb \ > > > --- /dev/null > > +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts > > @@ -0,0 +1,25 @@ > > +/* > > + * Device Tree Source for the iWave-RZG1M Qseven carrier board > > + * > > + * Copyright (C) 2017 Renesas Electronics Corp. > > + * > > + * This file is licensed under the terms of the GNU General Public > > +License > > + * version 2. This program is licensed "as is" without any warranty > > +of any > > + * kind, whether express or implied. > > + */ > > + > > +/dts-v1/; > > +#include "r8a7743-iwg20m.dtsi" > > + > > +/ { > > + model = "iWave Systems RainboW-G20D-Qseven board based on > RZ/G1M"; > > + compatible = "iwave,g20d", "renesas,r8a7743"; > > With my comment on patch [3/4], this should become: > > compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; > Agreed. I will do this change. > > + > > + aliases { > > + serial0 = &scif0; > > + }; > > +}; > > + > > +&scif0 { > > + status = "okay"; > > +}; > Regards, Biju Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709. ^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~2017-06-13 22:18 UTC | newest] Thread overview: 24+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-06-02 16:21 [PATCH 0/4] ARM: dts: Add iWave RZ/G1M board support Biju Das 2017-06-02 16:22 ` [PATCH 1/4] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das [not found] ` <1496420523-23506-2-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-06 7:40 ` Geert Uytterhoeven 2017-06-02 16:22 ` [PATCH 2/4] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Biju Das 2017-06-06 7:41 ` Geert Uytterhoeven 2017-06-06 10:35 ` Biju Das 2017-06-02 16:22 ` [PATCH 3/4] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM Biju Das [not found] ` <1496420523-23506-4-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-06 7:41 ` Geert Uytterhoeven [not found] ` <CAMuHMdV8Ugz_kvHLbV7sii-2v1WdHTSFm3meM8faVtx3jBpC+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2017-06-06 10:31 ` Biju Das 2017-06-06 15:10 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Biju Das 2017-06-06 15:10 ` [PATCH v2 1/5] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Biju Das 2017-06-13 22:18 ` Rob Herring [not found] ` <1496761818-62126-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-06 15:10 ` [PATCH v2 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Biju Das [not found] ` <1496761818-62126-3-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-06 15:32 ` Geert Uytterhoeven 2017-06-06 15:10 ` [PATCH v2 4/5] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM Biju Das 2017-06-06 15:34 ` Geert Uytterhoeven 2017-06-06 15:10 ` [PATCH v2 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Biju Das 2017-06-06 15:32 ` Geert Uytterhoeven 2017-06-06 15:10 ` [PATCH v2 5/5] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Biju Das 2017-06-06 15:33 ` Geert Uytterhoeven 2017-06-08 13:41 ` [PATCH v2 0/5] ARM: dts: Add iWave RZ/G1M board support Simon Horman [not found] ` <1496420523-23506-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-06-02 16:22 ` [PATCH 4/4] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M Biju Das 2017-06-06 7:42 ` Geert Uytterhoeven 2017-06-06 10:37 ` Biju Das
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).