diff options
author | Chanho Park <[email protected]> | 2022-07-01 10:52:23 +0900 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2022-08-25 09:47:56 +0300 |
commit | dfce69c8520592f1a20619050e6ded6275e9f25f (patch) | |
tree | 9f6c38911c828159519a81d738ca13499f7afd14 | |
parent | 09a122384e34a4aa7ebae59c1eb11d69cd80658c (diff) |
dt-bindings: serial: samsung: add exynosautov9-uart compatible
Add samsung,exynosautov9-uart dedicated compatible for representing
uart of Exynos Auto v9 SoC.
Signed-off-by: Chanho Park <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/serial/samsung_uart.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |