* [PATCH 1/5] ARM: dts: r7s72100: add clock bit definitions
2017-06-16 13:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Simon Horman
@ 2017-06-16 13:30 ` Simon Horman
2017-06-16 13:30 ` [PATCH 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Simon Horman
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2017-06-16 13:30 UTC (permalink / raw)
To: linux-arm-kernel
From: Chris Brandt <chris.brandt@renesas.com>
Add the remaining bit locations for the module stop clock registers.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
include/dt-bindings/clock/r7s72100-clock.h | 51 ++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/include/dt-bindings/clock/r7s72100-clock.h b/include/dt-bindings/clock/r7s72100-clock.h
index dcd2072151fc..7dd8bc0c3cd0 100644
--- a/include/dt-bindings/clock/r7s72100-clock.h
+++ b/include/dt-bindings/clock/r7s72100-clock.h
@@ -12,8 +12,18 @@
#define R7S72100_CLK_PLL 0
+/* MSTP2 */
+#define R7S72100_CLK_CORESIGHT 0
+
/* MSTP3 */
+#define R7S72100_CLK_IEBUS 7
+#define R7S72100_CLK_IRDA 6
+#define R7S72100_CLK_LIN0 5
+#define R7S72100_CLK_LIN1 4
#define R7S72100_CLK_MTU2 3
+#define R7S72100_CLK_CAN 2
+#define R7S72100_CLK_ADCPWR 1
+#define R7S72100_CLK_PWM 0
/* MSTP4 */
#define R7S72100_CLK_SCIF0 7
@@ -26,25 +36,51 @@
#define R7S72100_CLK_SCIF7 0
/* MSTP5 */
+#define R7S72100_CLK_SCI0 7
+#define R7S72100_CLK_SCI1 6
+#define R7S72100_CLK_SG0 5
+#define R7S72100_CLK_SG1 4
+#define R7S72100_CLK_SG2 3
+#define R7S72100_CLK_SG3 2
#define R7S72100_CLK_OSTM0 1
#define R7S72100_CLK_OSTM1 0
/* MSTP6 */
+#define R7S72100_CLK_ADC 7
+#define R7S72100_CLK_CEU 6
+#define R7S72100_CLK_DOC0 5
+#define R7S72100_CLK_DOC1 4
+#define R7S72100_CLK_DRC0 3
+#define R7S72100_CLK_DRC1 2
+#define R7S72100_CLK_JCU 1
#define R7S72100_CLK_RTC 0
/* MSTP7 */
+#define R7S72100_CLK_VDEC0 7
+#define R7S72100_CLK_VDEC1 6
#define R7S72100_CLK_ETHER 4
+#define R7S72100_CLK_NAND 3
#define R7S72100_CLK_USB0 1
#define R7S72100_CLK_USB1 0
/* MSTP8 */
+#define R7S72100_CLK_IMR0 7
+#define R7S72100_CLK_IMR1 6
+#define R7S72100_CLK_IMRDISP 5
#define R7S72100_CLK_MMCIF 4
+#define R7S72100_CLK_MLB 3
+#define R7S72100_CLK_ETHAVB 2
+#define R7S72100_CLK_SCUX 1
/* MSTP9 */
#define R7S72100_CLK_I2C0 7
#define R7S72100_CLK_I2C1 6
#define R7S72100_CLK_I2C2 5
#define R7S72100_CLK_I2C3 4
+#define R7S72100_CLK_SPIBSC0 3
+#define R7S72100_CLK_SPIBSC1 2
+#define R7S72100_CLK_VDC50 1 /* and LVDS */
+#define R7S72100_CLK_VDC51 0
/* MSTP10 */
#define R7S72100_CLK_SPI0 7
@@ -52,6 +88,17 @@
#define R7S72100_CLK_SPI2 5
#define R7S72100_CLK_SPI3 4
#define R7S72100_CLK_SPI4 3
+#define R7S72100_CLK_CDROM 2
+#define R7S72100_CLK_SPDIF 1
+#define R7S72100_CLK_RGPVG2 0
+
+/* MSTP11 */
+#define R7S72100_CLK_SSI0 5
+#define R7S72100_CLK_SSI1 4
+#define R7S72100_CLK_SSI2 3
+#define R7S72100_CLK_SSI3 2
+#define R7S72100_CLK_SSI4 1
+#define R7S72100_CLK_SSI5 0
/* MSTP12 */
#define R7S72100_CLK_SDHI00 3
@@ -59,4 +106,8 @@
#define R7S72100_CLK_SDHI10 1
#define R7S72100_CLK_SDHI11 0
+/* MSTP13 */
+#define R7S72100_CLK_PIX1 2
+#define R7S72100_CLK_PIX0 1
+
#endif /* __DT_BINDINGS_CLOCK_R7S72100_H__ */
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
2017-06-16 13:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Simon Horman
2017-06-16 13:30 ` [PATCH 1/5] ARM: dts: r7s72100: add clock bit definitions Simon Horman
@ 2017-06-16 13:30 ` Simon Horman
2017-06-16 13:30 ` [PATCH 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Simon Horman
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2017-06-16 13:30 UTC (permalink / raw)
To: linux-arm-kernel
From: Biju Das <biju.das@bp.renesas.com>
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@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 170fe0562c63..fe850ef98dd8 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -61,6 +61,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
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board
2017-06-16 13:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Simon Horman
2017-06-16 13:30 ` [PATCH 1/5] ARM: dts: r7s72100: add clock bit definitions Simon Horman
2017-06-16 13:30 ` [PATCH 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Simon Horman
@ 2017-06-16 13:30 ` Simon Horman
2017-06-16 13:30 ` [PATCH 4/5] ARM: shmobile: Update R-Car Gen3 ULCB board part numbers Simon Horman
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2017-06-16 13:30 UTC (permalink / raw)
To: linux-arm-kernel
From: Biju Das <biju.das@bp.renesas.com>
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 fe850ef98dd8..c9c8e40c2ce5 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -61,6 +61,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)
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13
@ 2017-06-16 13:30 Simon Horman
2017-06-16 13:30 ` [PATCH 1/5] ARM: dts: r7s72100: add clock bit definitions Simon Horman
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Simon Horman @ 2017-06-16 13:30 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of Renesas ARM based SoC DT bindings
updates for v4.13.
This pull request is based on the previous round of
such requests, tagged as renesas-dt-bindings-for-v4.13,
which I you have already pulled.
The following changes since commit 40c9bbea140e64a4257b794969e759c2c481c399:
ARM: dts: r7s72100: add USB bit definitions (2017-05-15 09:02:37 +0200)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings2-for-v4.13
for you to fetch changes up to 521ec12e2f56b16e6a0b4e7ef97a666bd3de4ff5:
ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings (2017-06-12 11:59:07 +0200)
----------------------------------------------------------------
Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13
* Document:
- Add Renesas H3-based Salvator-XS board DT bindings
- Add iW-RainboW-G20D-Qseven-RZG1M board
- Add iW-RainboW-G20M-Qseven-RZG1M system on module
- Update R-Car Gen3 ULCB board part numbers
* Add clock bit definitions for r7s72100 SoC
----------------------------------------------------------------
Biju Das (2):
ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board
Chris Brandt (1):
ARM: dts: r7s72100: add clock bit definitions
Geert Uytterhoeven (2):
ARM: shmobile: Update R-Car Gen3 ULCB board part numbers
ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings
Documentation/devicetree/bindings/arm/shmobile.txt | 11 ++++-
include/dt-bindings/clock/r7s72100-clock.h | 51 ++++++++++++++++++++++
2 files changed, 60 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 4/5] ARM: shmobile: Update R-Car Gen3 ULCB board part numbers
2017-06-16 13:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Simon Horman
` (2 preceding siblings ...)
2017-06-16 13:30 ` [PATCH 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Simon Horman
@ 2017-06-16 13:30 ` Simon Horman
2017-06-16 13:30 ` [PATCH 5/5] ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings Simon Horman
2017-06-19 5:51 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Olof Johansson
5 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2017-06-16 13:30 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
The board part numbers for the R-Car H3 and M3 ULCB boards corresponded
to versions predating mass production. Update them for mass production.
Note that the H3 ULCB board can be equipped with either revision ES1.1
or ES2.0 of the R-Car H3 SoC. While these have different board part
numbers, no new compatible values are needed, as the revision can be
detected at runtime using the PRR register.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Documentation/devicetree/bindings/arm/shmobile.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index c9c8e40c2ce5..433f25afe288 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -57,7 +57,8 @@ Boards:
compatible = "renesas,genmai", "renesas,r7s72100"
- Gose (RTP0RC7793SEB00010S)
compatible = "renesas,gose", "renesas,r8a7793"
- - H3ULCB (R-Car Starter Kit Premier, RTP0RC7795SKB00010S)
+ - H3ULCB (R-Car Starter Kit Premier, RTP0RC7795SKBX0010SA00 (H3 ES1.1))
+ H3ULCB (R-Car Starter Kit Premier, RTP0RC77951SKBX010SA00 (H3 ES2.0))
compatible = "renesas,h3ulcb", "renesas,r8a7795";
- Henninger
compatible = "renesas,henninger", "renesas,r8a7791"
@@ -73,7 +74,7 @@ Boards:
compatible = "renesas,kzm9g", "renesas,sh73a0"
- Lager (RTP0RC7790SEB00010S)
compatible = "renesas,lager", "renesas,r8a7790"
- - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKB00010S)
+ - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0))
compatible = "renesas,m3ulcb", "renesas,r8a7796";
- Marzen (R0P7779A00010S)
compatible = "renesas,marzen", "renesas,r8a7779"
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 5/5] ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings
2017-06-16 13:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Simon Horman
` (3 preceding siblings ...)
2017-06-16 13:30 ` [PATCH 4/5] ARM: shmobile: Update R-Car Gen3 ULCB board part numbers Simon Horman
@ 2017-06-16 13:30 ` Simon Horman
2017-06-19 5:51 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Olof Johansson
5 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2017-06-16 13:30 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
The Renesas Salvator-XS (Salvator-X 2nd version) development board can
be equipped with either an R-Car H3 ES2.0 or M3-W ES1.x SiP, which are
pin-compatible.
Document board part number and compatible values for the version with
R-Car H3.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
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 433f25afe288..d95324a88ee6 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -86,6 +86,8 @@ Boards:
compatible = "renesas,salvator-x", "renesas,r8a7795";
- Salvator-X (RTP0RC7796SIPB0011S)
compatible = "renesas,salvator-x", "renesas,r8a7796";
+ - Salvator-XS (Salvator-X 2nd version, RTP0RC7795SIPB0012S)
+ compatible = "renesas,salvator-xs", "renesas,r8a7795";
- SILK (RTP0RC7794LCB00011S)
compatible = "renesas,silk", "renesas,r8a7794"
- SK-RZG1E (YR8A77450S000BE)
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13
2017-06-16 13:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Simon Horman
` (4 preceding siblings ...)
2017-06-16 13:30 ` [PATCH 5/5] ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings Simon Horman
@ 2017-06-19 5:51 ` Olof Johansson
5 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-06-19 5:51 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jun 16, 2017 at 03:30:57PM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these second round of Renesas ARM based SoC DT bindings
> updates for v4.13.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-dt-bindings-for-v4.13,
> which I you have already pulled.
>
>
> The following changes since commit 40c9bbea140e64a4257b794969e759c2c481c399:
>
> ARM: dts: r7s72100: add USB bit definitions (2017-05-15 09:02:37 +0200)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings2-for-v4.13
>
> for you to fetch changes up to 521ec12e2f56b16e6a0b4e7ef97a666bd3de4ff5:
>
> ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings (2017-06-12 11:59:07 +0200)
>
> ----------------------------------------------------------------
> Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13
>
> * Document:
> - Add Renesas H3-based Salvator-XS board DT bindings
> - Add iW-RainboW-G20D-Qseven-RZG1M board
> - Add iW-RainboW-G20M-Qseven-RZG1M system on module
> - Update R-Car Gen3 ULCB board part numbers
> * Add clock bit definitions for r7s72100 SoC
>
> ----------------------------------------------------------------
> Biju Das (2):
> ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
> ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board
>
> Chris Brandt (1):
> ARM: dts: r7s72100: add clock bit definitions
>
> Geert Uytterhoeven (2):
> ARM: shmobile: Update R-Car Gen3 ULCB board part numbers
> ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-06-19 5:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16 13:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Simon Horman
2017-06-16 13:30 ` [PATCH 1/5] ARM: dts: r7s72100: add clock bit definitions Simon Horman
2017-06-16 13:30 ` [PATCH 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Simon Horman
2017-06-16 13:30 ` [PATCH 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Simon Horman
2017-06-16 13:30 ` [PATCH 4/5] ARM: shmobile: Update R-Car Gen3 ULCB board part numbers Simon Horman
2017-06-16 13:30 ` [PATCH 5/5] ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings Simon Horman
2017-06-19 5:51 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13 Olof Johansson
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).