diff mbox series

[PATCH/RFC,1/7] dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single

Message ID d16b9cc3e8a6ee6f9ee95961671a2d27e585c0aa.1702309604.git.geert+renesas@glider.be (mailing list archive)
State Superseded
Delegated to: Kieran Bingham
Headers show
Series arm64: dts: renesas: Add support for more R-Car V4H and White Hawk variants | expand

Commit Message

Geert Uytterhoeven Dec. 11, 2023, 4:01 p.m. UTC
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>
---
Or just drop the "-single" suffix?  The original board stack has a
"-breakout" suffix.
The DTBs are called r8a779g0-white-hawk.dtb vs.
r8a779g2-white-hawk-single.dtb, and I think we better don't rename the
former.
---
 Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Wolfram Sang Jan. 24, 2024, 12:46 p.m. UTC | #1
On Mon, Dec 11, 2023 at 05:01:16PM +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>

> Or just drop the "-single" suffix?  The original board stack has a
> "-breakout" suffix.
> The DTBs are called r8a779g0-white-hawk.dtb vs.
> r8a779g2-white-hawk-single.dtb, and I think we better don't rename the
> former.

I agree with not renaming the former.

I also think that the "-single" suffix to the filename is the most
descriptive solution, both for the source as well as the binary.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
index 1bb5888988119455..cc0d699f660f3ca1 100644
--- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
+++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
@@ -376,6 +376,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)