Devicetree
 help / color / mirror / Atom feed
* [PATCH v4] dt-bindings: serial: Document Axiado AX3005 UART
@ 2026-08-06  5:03 Swark Yang
  2026-08-06  5:06 ` Michal Simek
  2026-08-26  5:28 ` Swark Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Swark Yang @ 2026-08-06  5:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Michal Simek
  Cc: linux-kernel, linux-serial, devicetree, Krzysztof Kozlowski,
	Swark Yang

The Axiado AX3005 UART is software-compatible with the Cadence r1p12
UART programming interface.

Document the "axiado,ax3005-uart" SoC-specific compatible with
"cdns,uart-r1p12" as its fallback. This preserves identification of the
AX3005 integration while allowing the controller to use the existing
Cadence r1p12 UART support.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Swark Yang <syang@axiado.com>
---
This UART binding was previously submitted as patch 5/8 of the AX3005
v3 multi-subsystem series.

Following maintainer feedback, the binding updates are now submitted
separately to their respective subsystem maintainers, as there are no
cross-subsystem dependencies requiring them to be submitted together.

This submission contains only the AX3005 UART binding. The corresponding
UART controller nodes remain in the separate AX3005 arm64 Devicetree
series.

Changes in v4:
- Submit the UART binding separately from the previous multi-subsystem
  AX3005 series.
- Expand the commit message to explain compatibility with the Cadence
  r1p12 UART programming interface.
- Add Krzysztof's Acked-by tag.
- No binding schema changes.

Previously submitted as:

[PATCH v3 5/8] dt-bindings: serial: cdns: add Axiado AX3005 UART variant

 https://lore.kernel.org/all/20260716-upstream-axiado-ax3005-upstream-v3-5-c429095143ec@axiado.com/
---
 Documentation/devicetree/bindings/serial/cdns,uart.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
index 9d3e5c1d8502..11292de42c67 100644
--- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
+++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
@@ -19,6 +19,7 @@ properties:
       - items:
           - enum:
               - axiado,ax3000-uart
+              - axiado,ax3005-uart
               - xlnx,zynqmp-uart
           - const: cdns,uart-r1p12
 

---
base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f
change-id: 20260804-upstrea-ax3005-uart-v4-fc15932c6cbd

Best regards,
-- 
Swark Yang <syang@axiado.com>


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

* Re: [PATCH v4] dt-bindings: serial: Document Axiado AX3005 UART
  2026-08-06  5:03 [PATCH v4] dt-bindings: serial: Document Axiado AX3005 UART Swark Yang
@ 2026-08-06  5:06 ` Michal Simek
  2026-08-26  5:28 ` Swark Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2026-08-06  5:06 UTC (permalink / raw)
  To: Swark Yang, Greg Kroah-Hartman, Jiri Slaby, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-kernel, linux-serial, devicetree, Krzysztof Kozlowski



On 8/6/26 07:03, Swark Yang wrote:
> The Axiado AX3005 UART is software-compatible with the Cadence r1p12
> UART programming interface.
> 
> Document the "axiado,ax3005-uart" SoC-specific compatible with
> "cdns,uart-r1p12" as its fallback. This preserves identification of the
> AX3005 integration while allowing the controller to use the existing
> Cadence r1p12 UART support.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Signed-off-by: Swark Yang <syang@axiado.com>
> ---
> This UART binding was previously submitted as patch 5/8 of the AX3005
> v3 multi-subsystem series.
> 
> Following maintainer feedback, the binding updates are now submitted
> separately to their respective subsystem maintainers, as there are no
> cross-subsystem dependencies requiring them to be submitted together.
> 
> This submission contains only the AX3005 UART binding. The corresponding
> UART controller nodes remain in the separate AX3005 arm64 Devicetree
> series.
> 
> Changes in v4:
> - Submit the UART binding separately from the previous multi-subsystem
>    AX3005 series.
> - Expand the commit message to explain compatibility with the Cadence
>    r1p12 UART programming interface.
> - Add Krzysztof's Acked-by tag.
> - No binding schema changes.
> 
> Previously submitted as:
> 
> [PATCH v3 5/8] dt-bindings: serial: cdns: add Axiado AX3005 UART variant
> 
>   https://lore.kernel.org/all/20260716-upstream-axiado-ax3005-upstream-v3-5-c429095143ec@axiado.com/
> ---
>   Documentation/devicetree/bindings/serial/cdns,uart.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> index 9d3e5c1d8502..11292de42c67 100644
> --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> @@ -19,6 +19,7 @@ properties:
>         - items:
>             - enum:
>                 - axiado,ax3000-uart
> +              - axiado,ax3005-uart
>                 - xlnx,zynqmp-uart
>             - const: cdns,uart-r1p12
>   
> 
> ---
> base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f
> change-id: 20260804-upstrea-ax3005-uart-v4-fc15932c6cbd
> 
> Best regards,

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal

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

* Re: [PATCH v4] dt-bindings: serial: Document Axiado AX3005 UART
  2026-08-06  5:03 [PATCH v4] dt-bindings: serial: Document Axiado AX3005 UART Swark Yang
  2026-08-06  5:06 ` Michal Simek
@ 2026-08-26  5:28 ` Swark Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Swark Yang @ 2026-08-26  5:28 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Michal Simek
  Cc: linux-kernel, linux-serial, devicetree, Krzysztof Kozlowski

On 8/6/2026 1:03 PM, Swark Yang wrote:
> The Axiado AX3005 UART is software-compatible with the Cadence r1p12
> UART programming interface.
> 

Hi,

Gentle ping on this patch.

This patch has already received two Acked-by tags, and I wanted to
kindly check if there are any further comments or feedback.

Please let me know if any additional changes are needed.

Best regards,
Swark

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

end of thread, other threads:[~2026-08-26  5:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06  5:03 [PATCH v4] dt-bindings: serial: Document Axiado AX3005 UART Swark Yang
2026-08-06  5:06 ` Michal Simek
2026-08-26  5:28 ` Swark Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox