[PATCH v2] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC

Ravi Patel posted 1 patch 2 weeks ago
Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC
Posted by Ravi Patel 2 weeks ago
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>
---
Change in v2:
- Removed "axis,artpec9-uart" string from allOf section
Link to v1: https://lore.kernel.org/all/20250917071342.5637-1-ravi.patel@samsung.com/T/#u
---
 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 1a1f991d5364..d12018aaac9b 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

--
2.17.1
Re: [PATCH v2] dt-bindings: serial: samsung: Add compatible for ARTPEC-9 SoC
Posted by Conor Dooley 1 week, 6 days ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>