devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Wolfram Sang <wsa+renesas@sang-engineering.com>
Subject: Re: [PATCH v2 1/9] dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single
Date: Thu, 25 Jan 2024 16:45:07 +0000	[thread overview]
Message-ID: <20240125-attain-legged-cacf4d597ed4@spud> (raw)
In-Reply-To: <a44d990c962c8e0aac3b133eaa563f8c92b2ce29.1706192990.git.geert+renesas@glider.be>

[-- Attachment #1: Type: text/plain, Size: 1655 bytes --]

On Thu, Jan 25, 2024 at 03:48:51PM +0100, Geert Uytterhoeven wrote:
> Document the compatible values for the Renesas R-Car V4H ES2.0
> (R8A779G2) SoC and the Renesas White Hawk Single board.
> The former is an updated version of R-Car V4H (R8A779G0).
> The latter is a single-board integration of the Renesas White Hawk CPU
> and Breakout board stack.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

> ---
> v2:
>   - Add Reviewed-by.
> ---
>  Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> index 16ca3ff7b1aea146..15b9dd52938996f4 100644
> --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> @@ -348,6 +348,13 @@ properties:
>                - renesas,white-hawk-cpu # White Hawk CPU board (RTP8A779G0ASKB0FC0SA000)
>            - const: renesas,r8a779g0
>  
> +      - description: R-Car V4H (R8A779G2)
> +        items:
> +          - enum:
> +              - renesas,white-hawk-single # White Hawk Single board (RTP8A779G2ASKB0F10SA001)
> +          - const: renesas,r8a779g2
> +          - const: renesas,r8a779g0
> +
>        - items:
>            - enum:
>                - renesas,white-hawk-breakout # White Hawk BreakOut board (RTP8A779G0ASKB0SB0SA000)
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2024-01-25 16:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 14:48 [PATCH v2 0/9] arm64: dts: renesas: Add support for more R-Car V4H and White Hawk variants Geert Uytterhoeven
2024-01-25 14:48 ` [PATCH v2 1/9] dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single Geert Uytterhoeven
2024-01-25 16:45   ` Conor Dooley [this message]
2024-01-25 14:48 ` [PATCH v2 2/9] arm64: dts: renesas: r8a779g0: Add standalone White Hawk CPU support Geert Uytterhoeven
2024-01-25 14:48 ` [PATCH v2 3/9] arm64: dts: renesas: white-hawk-cpu: Restore sort order Geert Uytterhoeven
2024-01-26 11:05   ` Wolfram Sang
2024-01-26 11:07     ` Geert Uytterhoeven
2024-01-25 14:48 ` [PATCH v2 4/9] arm64: dts: renesas: white-hawk: Drop SoC parts from sub boards Geert Uytterhoeven
2024-01-25 14:48 ` [PATCH v2 5/9] arm64: dts: renesas: white-hawk: Add SoC name to top-level comment Geert Uytterhoeven
2024-01-26 11:06   ` Wolfram Sang
2024-01-25 14:48 ` [PATCH v2 6/9] arm64: dts: renesas: white-hawk-cpu: Factor out common parts Geert Uytterhoeven
2024-01-26 11:07   ` Wolfram Sang
2024-01-25 14:48 ` [PATCH v2 7/9] arm64: dts: renesas: white-hawk: " Geert Uytterhoeven
2024-01-25 14:48 ` [PATCH v2 8/9] arm64: dts: renesas: Add Renesas R8A779G2 SoC support Geert Uytterhoeven
2024-01-25 14:48 ` [PATCH v2 9/9] arm64: dts: renesas: r8a779g2: Add White Hawk Single support Geert Uytterhoeven

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=20240125-attain-legged-cacf4d597ed4@spud \
    --to=conor@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=wsa+renesas@sang-engineering.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).