devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC
       [not found] <CGME20250917071350epcas5p339e015f976f63e2df03544679ad6e6cb@epcas5p3.samsung.com>
@ 2025-09-17  7:13 ` Ravi Patel
  2025-09-17 19:28   ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Ravi Patel @ 2025-09-17  7:13 UTC (permalink / raw)
  To: gregkh, jirislaby, robh, krzk+dt, conor+dt, krzk
  Cc: linux-kernel, linux-serial, devicetree, ksk4725, pjsin865,
	gwk1013, bread, jspark, limjh0823, lightwise, hgkim05,
	mingyoungbo, smn1196, shradha.t, swathi.ks, kenkim, Ravi Patel

Add Axis ARTPEC-9 uart compatible to the bindings documentation.
It is similar to the older samsung,exynos8895-uart design.

Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
---
 Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
index 1a1f991d5364..3895049c954c 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
@@ -48,6 +48,7 @@ properties:
           - const: samsung,exynos850-uart
       - items:
           - enum:
+              - axis,artpec9-uart
               - samsung,exynos7870-uart
           - const: samsung,exynos8895-uart

@@ -168,6 +169,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - axis,artpec9-uart
               - google,gs101-uart
               - samsung,exynos8895-uart
     then:
--
2.17.1


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

* Re: [PATCH] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC
  2025-09-17  7:13 ` [PATCH] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC Ravi Patel
@ 2025-09-17 19:28   ` Conor Dooley
  2025-09-18  3:28     ` Ravi Patel
  0 siblings, 1 reply; 3+ messages in thread
From: Conor Dooley @ 2025-09-17 19:28 UTC (permalink / raw)
  To: Ravi Patel
  Cc: gregkh, jirislaby, robh, krzk+dt, conor+dt, krzk, linux-kernel,
	linux-serial, devicetree, ksk4725, pjsin865, gwk1013, bread,
	jspark, limjh0823, lightwise, hgkim05, mingyoungbo, smn1196,
	shradha.t, swathi.ks, kenkim

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

On Wed, Sep 17, 2025 at 12:43:42PM +0530, Ravi Patel wrote:
> Add Axis ARTPEC-9 uart compatible to the bindings documentation.
> It is similar to the older samsung,exynos8895-uart design.
> 
> Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
> ---
>  Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
> index 1a1f991d5364..3895049c954c 100644
> --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
> @@ -48,6 +48,7 @@ properties:
>            - const: samsung,exynos850-uart
>        - items:
>            - enum:
> +              - axis,artpec9-uart
>                - samsung,exynos7870-uart
>            - const: samsung,exynos8895-uart

> @@ -168,6 +169,7 @@ allOf:
>          compatible:
>            contains:
>              enum:
> +              - axis,artpec9-uart

This hunk is not needed, any compatible property that contains artpec9 must
contain exynos8895.

>                - google,gs101-uart
>                - samsung,exynos8895-uart
>      then:
> --
> 2.17.1
> 

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

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

* RE: [PATCH] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC
  2025-09-17 19:28   ` Conor Dooley
@ 2025-09-18  3:28     ` Ravi Patel
  0 siblings, 0 replies; 3+ messages in thread
From: Ravi Patel @ 2025-09-18  3:28 UTC (permalink / raw)
  To: 'Conor Dooley'
  Cc: gregkh, jirislaby, robh, krzk+dt, conor+dt, krzk, linux-kernel,
	linux-serial, devicetree, ksk4725, pjsin865, gwk1013, bread,
	jspark, limjh0823, lightwise, hgkim05, mingyoungbo, smn1196,
	shradha.t, swathi.ks, kenkim



> -----Original Message-----
> From: Conor Dooley <conor@kernel.org>
> Sent: 18 September 2025 00:59
> To: Ravi Patel <ravi.patel@samsung.com>
> Cc: gregkh@linuxfoundation.org; jirislaby@kernel.org; robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org; krzk@kernel.org;
> linux-kernel@vger.kernel.org; linux-serial@vger.kernel.org; devicetree@vger.kernel.org; ksk4725@coasia.com; pjsin865@coasia.com;
> gwk1013@coasia.com; bread@coasia.com; jspark@coasia.com; limjh0823@coasia.com; lightwise@coasia.com; hgkim05@coasia.com;
> mingyoungbo@coasia.com; smn1196@coasia.com; shradha.t@samsung.com; swathi.ks@samsung.com; kenkim@coasia.com
> Subject: Re: [PATCH] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC
> 
> On Wed, Sep 17, 2025 at 12:43:42PM +0530, Ravi Patel wrote:
> > Add Axis ARTPEC-9 uart compatible to the bindings documentation.
> > It is similar to the older samsung,exynos8895-uart design.
> >
> > Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
> > ---
> >  Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
> b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
> > index 1a1f991d5364..3895049c954c 100644
> > --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
> > +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
> > @@ -48,6 +48,7 @@ properties:
> >            - const: samsung,exynos850-uart
> >        - items:
> >            - enum:
> > +              - axis,artpec9-uart
> >                - samsung,exynos7870-uart
> >            - const: samsung,exynos8895-uart
> 
> > @@ -168,6 +169,7 @@ allOf:
> >          compatible:
> >            contains:
> >              enum:
> > +              - axis,artpec9-uart
> 
> This hunk is not needed, any compatible property that contains artpec9 must
> contain exynos8895.

Thanks for review, I have updated in v2 patch.

Thanks,
Ravi

> 
> >                - google,gs101-uart
> >                - samsung,exynos8895-uart
> >      then:
> > --
> > 2.17.1
> >


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

end of thread, other threads:[~2025-09-18  3:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20250917071350epcas5p339e015f976f63e2df03544679ad6e6cb@epcas5p3.samsung.com>
2025-09-17  7:13 ` [PATCH] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC Ravi Patel
2025-09-17 19:28   ` Conor Dooley
2025-09-18  3:28     ` Ravi Patel

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