devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	geert+renesas@glider.be, magnus.damm@gmail.com,
	robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	gregkh@linuxfoundation.org
Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-serial@vger.kernel.org
Subject: Re: [PATCH 15/15] arm64: dts: renesas: Add Renesas White Hawk boards support
Date: Thu, 21 Apr 2022 09:51:46 +0200	[thread overview]
Message-ID: <efd15268-d851-c9fc-fe07-0ff40c851746@linaro.org> (raw)
In-Reply-To: <20220420084255.375700-16-yoshihiro.shimoda.uh@renesas.com>

On 20/04/2022 10:42, Yoshihiro Shimoda wrote:
> Initial support for the Renesas White Hawk CPU and BreakOut boards.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  arch/arm64/boot/dts/renesas/Makefile          |  2 +
>  .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi  | 45 +++++++++++++++++++
>  .../boot/dts/renesas/r8a779g0-white-hawk.dts  | 22 +++++++++
>  3 files changed, 69 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
>  create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk.dts
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof

      reply	other threads:[~2022-04-21  7:51 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20  8:42 [PATCH 00/15] treewide: Initial support for R-Car V4H Yoshihiro Shimoda
2022-04-20  8:42 ` [PATCH 01/15] dt-bindings: arm: renesas: Document R-Car V4H SoC DT bindings Yoshihiro Shimoda
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 02/15] dt-bindings: arm: renesas: Document Renesas White Hawk boards Yoshihiro Shimoda
2022-04-21  7:41   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 03/15] dt-bindings: reset: renesas,rst: Document r8a779g0 reset module Yoshihiro Shimoda
2022-04-21  7:41   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 04/15] dt-bindings: power: renesas,rcar-sysc: Document r8a779g0 SYSC bindings Yoshihiro Shimoda
2022-04-21  7:42   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 05/15] dt-bindings: power: Add r8a779g0 SYSC power domain definitions Yoshihiro Shimoda
2022-04-21  7:44   ` Krzysztof Kozlowski
2022-04-21  8:07     ` Geert Uytterhoeven
2022-04-21  8:33       ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 06/15] dt-bindings: clock: renesas,cpg-mssr: Document r8a779g0 Yoshihiro Shimoda
2022-04-21  7:44   ` Krzysztof Kozlowski
2022-04-21  9:37   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 07/15] dt-bindings: clock: Add r8a779g0 CPG Core Clock Definitions Yoshihiro Shimoda
2022-04-21  7:48   ` Krzysztof Kozlowski
2022-04-22  5:32     ` Yoshihiro Shimoda
2022-04-22  7:16       ` Krzysztof Kozlowski
2022-04-25  2:02         ` Yoshihiro Shimoda
2022-04-21 10:18   ` Geert Uytterhoeven
2022-04-22  5:40     ` Yoshihiro Shimoda
2022-04-22  6:47       ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 08/15] dt-bindings: serial: renesas,hscif: Document r8a779g0 bindings Yoshihiro Shimoda
2022-04-21  7:49   ` Krzysztof Kozlowski
2022-04-21  9:45   ` Geert Uytterhoeven
2022-04-22 12:36     ` Geert Uytterhoeven
2022-04-25  2:03       ` Yoshihiro Shimoda
2022-04-20  8:42 ` [PATCH 09/15] soc: renesas: r8a779g0-sysc: Add r8a779g0 support Yoshihiro Shimoda
2022-04-21 12:53   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 10/15] soc: renesas: Identify R-Car V4H Yoshihiro Shimoda
2022-04-21 13:16   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 11/15] soc: renesas: rcar-rst: Add support for " Yoshihiro Shimoda
2022-04-21 13:49   ` Geert Uytterhoeven
2022-04-20  8:42 ` [PATCH 12/15] clk: renesas: rcar-gen4: Add CLK_TYPE_GEN4_PLL4 Yoshihiro Shimoda
2022-04-21 13:47   ` Geert Uytterhoeven
2022-04-22  6:38     ` Yoshihiro Shimoda
2022-04-20  8:42 ` [PATCH 13/15] clk: renesas: cpg-mssr: Add support for R-Car V4H Yoshihiro Shimoda
2022-04-20  8:42 ` [PATCH 14/15] arm64: dts: renesas: Add Renesas R8A779G0 SoC support Yoshihiro Shimoda
2022-04-21  7:50   ` Krzysztof Kozlowski
2022-04-20  8:42 ` [PATCH 15/15] arm64: dts: renesas: Add Renesas White Hawk boards support Yoshihiro Shimoda
2022-04-21  7:51   ` Krzysztof Kozlowski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=efd15268-d851-c9fc-fe07-0ff40c851746@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).