* [PATCH 0/3] arm64: renesas: Base R-Car D3 support
@ 2017-07-20 12:28 Geert Uytterhoeven
2017-07-20 12:28 ` [PATCH 1/3] ARM: shmobile: Document R-Car D3 SoC DT bindings Geert Uytterhoeven
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2017-07-20 12:28 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
Catalin Marinas, Will Deacon
Cc: linux-renesas-soc, devicetree, linux-arm-kernel,
Geert Uytterhoeven
Hi Simon, Magnus, Rob, Mark, Catalin, Will,
This patch series adds base support for the Renesas R-Car D3 SoC and the
Renesas Draak development board.
It documents SoC and board specific DT compatible values, and adds a
Kconfig symbol.
Thanks!
Geert Uytterhoeven (3):
ARM: shmobile: Document R-Car D3 SoC DT bindings
ARM: shmobile: Document Renesas Draak board DT bindings
arm64: renesas: Add Renesas R8A77995 Kconfig support
Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++++
arch/arm64/Kconfig.platforms | 6 ++++++
2 files changed, 10 insertions(+)
--
2.7.4
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] 7+ messages in thread
* [PATCH 1/3] ARM: shmobile: Document R-Car D3 SoC DT bindings
2017-07-20 12:28 [PATCH 0/3] arm64: renesas: Base R-Car D3 support Geert Uytterhoeven
@ 2017-07-20 12:28 ` Geert Uytterhoeven
2017-07-24 19:57 ` Rob Herring
[not found] ` <1500553741-21890-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-07-27 15:12 ` [PATCH 0/3] arm64: renesas: Base R-Car D3 support Simon Horman
2 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2017-07-20 12:28 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
Catalin Marinas, Will Deacon
Cc: linux-renesas-soc, devicetree, linux-arm-kernel,
Geert Uytterhoeven
Note that r8a77995 is the first Renesas "r8a<n>" SoC matching against a 5
digit number, as r8a77990 will be a different SoC.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
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 1a671e3298643d9e..91f92d62650207fd 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -39,6 +39,8 @@ SoCs:
compatible = "renesas,r8a7795"
- R-Car M3-W (R8A77960)
compatible = "renesas,r8a7796"
+ - R-Car D3 (R8A77995)
+ compatible = "renesas,r8a77995"
Boards:
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/3] ARM: shmobile: Document R-Car D3 SoC DT bindings
2017-07-20 12:28 ` [PATCH 1/3] ARM: shmobile: Document R-Car D3 SoC DT bindings Geert Uytterhoeven
@ 2017-07-24 19:57 ` Rob Herring
0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2017-07-24 19:57 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Simon Horman, Magnus Damm, Mark Rutland, Catalin Marinas,
Will Deacon, linux-renesas-soc, devicetree, linux-arm-kernel
On Thu, Jul 20, 2017 at 02:28:59PM +0200, Geert Uytterhoeven wrote:
> Note that r8a77995 is the first Renesas "r8a<n>" SoC matching against a 5
> digit number, as r8a77990 will be a different SoC.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
> 1 file changed, 2 insertions(+)
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <1500553741-21890-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>]
* [PATCH 2/3] ARM: shmobile: Document Renesas Draak board DT bindings
[not found] ` <1500553741-21890-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2017-07-20 12:29 ` Geert Uytterhoeven
2017-07-24 19:58 ` Rob Herring
2017-07-20 12:29 ` [PATCH 3/3] arm64: renesas: Add Renesas R8A77995 Kconfig support Geert Uytterhoeven
1 sibling, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2017-07-20 12:29 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
Catalin Marinas, Will Deacon
Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@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 91f92d62650207fd..275cda1469b8b95c 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -55,6 +55,8 @@ Boards:
compatible = "renesas,blanche", "renesas,r8a7792"
- BOCK-W
compatible = "renesas,bockw", "renesas,r8a7778"
+ - Draak (RTP0RC77995SEB0010S)
+ compatible = "renesas,draak", "renesas,r8a77995"
- Genmai (RTK772100BC00000BR)
compatible = "renesas,genmai", "renesas,r7s72100"
- GR-Peach (X28A-M01-E/F)
--
2.7.4
--
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] 7+ messages in thread
* Re: [PATCH 2/3] ARM: shmobile: Document Renesas Draak board DT bindings
2017-07-20 12:29 ` [PATCH 2/3] ARM: shmobile: Document Renesas Draak board " Geert Uytterhoeven
@ 2017-07-24 19:58 ` Rob Herring
0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2017-07-24 19:58 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Simon Horman, Magnus Damm, Mark Rutland, Catalin Marinas,
Will Deacon, linux-renesas-soc, devicetree, linux-arm-kernel
On Thu, Jul 20, 2017 at 02:29:00PM +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
> 1 file changed, 2 insertions(+)
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 3/3] arm64: renesas: Add Renesas R8A77995 Kconfig support
[not found] ` <1500553741-21890-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-07-20 12:29 ` [PATCH 2/3] ARM: shmobile: Document Renesas Draak board " Geert Uytterhoeven
@ 2017-07-20 12:29 ` Geert Uytterhoeven
1 sibling, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2017-07-20 12:29 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
Catalin Marinas, Will Deacon
Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
Geert Uytterhoeven
Add a configuration option for the R-Car D3 SoC.
Note that r8a77995 is the first Renesas "r8a<n>" SoC using a 5 digit
number in its Kconfig symbol, as r8a77990 will be a different SoC.
Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
arch/arm64/Kconfig.platforms | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index f5f0c813dfecc56c..a1c9f4ed7a887ab2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -184,6 +184,12 @@ config ARCH_R8A7796
help
This enables support for the Renesas R-Car M3-W SoC.
+config ARCH_R8A77995
+ bool "Renesas R-Car D3 SoC Platform"
+ depends on ARCH_RENESAS
+ help
+ This enables support for the Renesas R-Car D3 SoC.
+
config ARCH_STRATIX10
bool "Altera's Stratix 10 SoCFPGA Family"
help
--
2.7.4
--
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] 7+ messages in thread
* Re: [PATCH 0/3] arm64: renesas: Base R-Car D3 support
2017-07-20 12:28 [PATCH 0/3] arm64: renesas: Base R-Car D3 support Geert Uytterhoeven
2017-07-20 12:28 ` [PATCH 1/3] ARM: shmobile: Document R-Car D3 SoC DT bindings Geert Uytterhoeven
[not found] ` <1500553741-21890-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2017-07-27 15:12 ` Simon Horman
2 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2017-07-27 15:12 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Magnus Damm, Rob Herring, Mark Rutland, Catalin Marinas,
Will Deacon, linux-renesas-soc, devicetree, linux-arm-kernel
On Thu, Jul 20, 2017 at 02:28:58PM +0200, Geert Uytterhoeven wrote:
> Hi Simon, Magnus, Rob, Mark, Catalin, Will,
>
> This patch series adds base support for the Renesas R-Car D3 SoC and the
> Renesas Draak development board.
>
> It documents SoC and board specific DT compatible values, and adds a
> Kconfig symbol.
>
> Thanks!
>
> Geert Uytterhoeven (3):
> ARM: shmobile: Document R-Car D3 SoC DT bindings
> ARM: shmobile: Document Renesas Draak board DT bindings
> arm64: renesas: Add Renesas R8A77995 Kconfig support
Thanks, applied for v4.14.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-07-27 15:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20 12:28 [PATCH 0/3] arm64: renesas: Base R-Car D3 support Geert Uytterhoeven
2017-07-20 12:28 ` [PATCH 1/3] ARM: shmobile: Document R-Car D3 SoC DT bindings Geert Uytterhoeven
2017-07-24 19:57 ` Rob Herring
[not found] ` <1500553741-21890-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-07-20 12:29 ` [PATCH 2/3] ARM: shmobile: Document Renesas Draak board " Geert Uytterhoeven
2017-07-24 19:58 ` Rob Herring
2017-07-20 12:29 ` [PATCH 3/3] arm64: renesas: Add Renesas R8A77995 Kconfig support Geert Uytterhoeven
2017-07-27 15:12 ` [PATCH 0/3] arm64: renesas: Base R-Car D3 support Simon Horman
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).