[PATCH v3 2/5] dt-bindings: serial: samsung: add exynosautov9-uart compatible
Chanho Park
chanho61.park at samsung.com
Thu Jun 30 18:52:23 PDT 2022
Add samsung,exynosautov9-uart dedicated compatible for representing
uart of Exynos Auto v9 SoC.
Signed-off-by: Chanho Park <chanho61.park at samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
Documentation/devicetree/bindings/serial/samsung_uart.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
index 901c1e2cea28..41d3b082eb72 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
@@ -17,7 +17,10 @@ description: |+
properties:
compatible:
- items:
+ oneOf:
+ - items:
+ - const: samsung,exynosautov9-uart
+ - const: samsung,exynos850-uart
- enum:
- apple,s5l-uart
- axis,artpec8-uart
--
2.36.1
More information about the linux-arm-kernel
mailing list