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

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

Like GS101, it has a required DT property samsung,uart-fifosize and
exhibits the 32 bit register access limit, so reuse support for it.

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

diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
index 83d9986d8..1a1f991d5 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
@@ -28,6 +28,10 @@ properties:
           - samsung,exynos5433-uart
           - samsung,exynos850-uart
           - samsung,exynos8895-uart
+      - items:
+          - enum:
+              - samsung,exynos2200-uart
+          - const: google,gs101-uart
       - items:
           - enum:
               - samsung,exynos7-uart
-- 
2.43.0
Re: [PATCH v1] dt-bindings: serial: samsung: add samsung,exynos2200-uart compatible
Posted by Krzysztof Kozlowski 2 months, 2 weeks ago
On Tue, Jul 22, 2025 at 03:08:59PM +0300, Ivaylo Ivanov wrote:
> Add dedicated samsung,exynos2200-uart compatible to the dt-schema for
> representing uart of the exynos2200.
> 
> Like GS101, it has a required DT property samsung,uart-fifosize and
> exhibits the 32 bit register access limit, so reuse support for it.
> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> ---
>  Documentation/devicetree/bindings/serial/samsung_uart.yaml | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof