devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: renesas: Document R-Car X5H
@ 2025-08-26  0:06 Kuninori Morimoto
  2025-08-26 17:52 ` Conor Dooley
  0 siblings, 1 reply; 4+ messages in thread
From: Kuninori Morimoto @ 2025-08-26  0:06 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski
  Cc: linux-renesas-soc, devicetree

Document the compatible values for the Renesas R-Car X5H (R8A78000) SoC

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
Hi Geert

I have been mentioned that I will post DT-Doc when I post board
support patch, but I think it will be postponeed.
So I will post SoC part now.

 Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
index 5f9d541d177a4..6838070369791 100644
--- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
+++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
@@ -473,6 +473,10 @@ properties:
           - const: renesas,r8a779mb
           - const: renesas,r8a7795
 
+      - description: R-Car X5H (R8A78000)
+        items:
+          - const: renesas,r8a78000
+
       - description: RZ/N1D (R9A06G032)
         items:
           - enum:
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: soc: renesas: Document R-Car X5H
  2025-08-26  0:06 [PATCH] dt-bindings: soc: renesas: Document R-Car X5H Kuninori Morimoto
@ 2025-08-26 17:52 ` Conor Dooley
  2025-08-26 23:24   ` Kuninori Morimoto
  0 siblings, 1 reply; 4+ messages in thread
From: Conor Dooley @ 2025-08-26 17:52 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski,
	linux-renesas-soc, devicetree

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

On Tue, Aug 26, 2025 at 12:06:18AM +0000, Kuninori Morimoto wrote:
> Document the compatible values for the Renesas R-Car X5H (R8A78000) SoC
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> Hi Geert
> 
> I have been mentioned that I will post DT-Doc when I post board
> support patch, but I think it will be postponeed.
> So I will post SoC part now.

What's the value in posting it alone, if it requires a board to be
actually used?

> 
>  Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> index 5f9d541d177a4..6838070369791 100644
> --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> @@ -473,6 +473,10 @@ properties:
>            - const: renesas,r8a779mb
>            - const: renesas,r8a7795
>  
> +      - description: R-Car X5H (R8A78000)
> +        items:
> +          - const: renesas,r8a78000
> +
>        - description: RZ/N1D (R9A06G032)
>          items:
>            - enum:
> -- 
> 2.43.0
> 
> 

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: soc: renesas: Document R-Car X5H
  2025-08-26 17:52 ` Conor Dooley
@ 2025-08-26 23:24   ` Kuninori Morimoto
  2025-08-27 17:19     ` Conor Dooley
  0 siblings, 1 reply; 4+ messages in thread
From: Kuninori Morimoto @ 2025-08-26 23:24 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski,
	linux-renesas-soc, devicetree


Hi Conor

Thank you for your feedback

> > I have been mentioned that I will post DT-Doc when I post board
> > support patch, but I think it will be postponeed.
> > So I will post SoC part now.
> 
> What's the value in posting it alone, if it requires a board to be
> actually used?
(snip)
> > +      - description: R-Car X5H (R8A78000)
> > +        items:
> > +          - const: renesas,r8a78000

I have already posted the patch which introduce "renesas,r8a78000".
Kernel will have DT check error/warning without this patch.

Board support patch will be posted if these were accepted (and ready
to post).

Thank you for your help !!

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: soc: renesas: Document R-Car X5H
  2025-08-26 23:24   ` Kuninori Morimoto
@ 2025-08-27 17:19     ` Conor Dooley
  0 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-08-27 17:19 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski,
	linux-renesas-soc, devicetree

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

On Tue, Aug 26, 2025 at 11:24:26PM +0000, Kuninori Morimoto wrote:
> 
> Hi Conor
> 
> Thank you for your feedback
> 
> > > I have been mentioned that I will post DT-Doc when I post board
> > > support patch, but I think it will be postponeed.
> > > So I will post SoC part now.
> > 
> > What's the value in posting it alone, if it requires a board to be
> > actually used?
> (snip)
> > > +      - description: R-Car X5H (R8A78000)
> > > +        items:
> > > +          - const: renesas,r8a78000
> 
> I have already posted the patch which introduce "renesas,r8a78000".
> Kernel will have DT check error/warning without this patch.

Then I suggest you add a "- {}" entry, to be replaced when the board is
added, to avoid allowing invalid use.

> 
> Board support patch will be posted if these were accepted (and ready
> to post).
> 
> Thank you for your help !!
> 
> Best regards
> ---
> Kuninori Morimoto

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-27 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26  0:06 [PATCH] dt-bindings: soc: renesas: Document R-Car X5H Kuninori Morimoto
2025-08-26 17:52 ` Conor Dooley
2025-08-26 23:24   ` Kuninori Morimoto
2025-08-27 17:19     ` Conor Dooley

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).