[PATCH v1] dt-bindings: serial: samsung: add samsung,exynos8890-uart compatible

Ivaylo Ivanov posted 1 patch 2 weeks, 4 days ago
Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH v1] dt-bindings: serial: samsung: add samsung,exynos8890-uart compatible
Posted by Ivaylo Ivanov 2 weeks, 4 days ago
Add dedicated samsung,exynos8890-uart compatible to the dt-schema for
representing uart of the exynos8890.

Like exynos8895, it has a required DT property samsung,uart-fifosize,
so reuse support for it.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
---
 Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
index 1a1f991d5..6ebe8a869 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
@@ -49,6 +49,7 @@ properties:
       - items:
           - enum:
               - samsung,exynos7870-uart
+              - samsung,exynos8890-uart
           - const: samsung,exynos8895-uart
 
   reg:
-- 
2.43.0
Re: [PATCH v1] dt-bindings: serial: samsung: add samsung,exynos8890-uart compatible
Posted by Rob Herring (Arm) 1 week, 2 days ago
On Sun, 14 Sep 2025 16:22:01 +0300, Ivaylo Ivanov wrote:
> Add dedicated samsung,exynos8890-uart compatible to the dt-schema for
> representing uart of the exynos8890.
> 
> Like exynos8895, it has a required DT property samsung,uart-fifosize,
> so reuse support for it.
> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> ---
>  Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>