diff mbox series

[2/4] dt-bindings: arm: Add compatible strings for Unisoc's UMS9620

Message ID 20231215085630.984892-3-chunyan.zhang@unisoc.com
State Superseded
Headers show
Series Add DTS and bindings for Unisoc's UMS9620 | expand

Commit Message

Chunyan Zhang Dec. 15, 2023, 8:56 a.m. UTC
Added bindings for Unisoc's UMS9620-2H10 board and UMS9620 SoC.

Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
---
 Documentation/devicetree/bindings/arm/sprd/sprd.yaml | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Krzysztof Kozlowski Dec. 15, 2023, 10:34 a.m. UTC | #1
On 15/12/2023 09:56, Chunyan Zhang wrote:
> Added bindings for Unisoc's UMS9620-2H10 board and UMS9620 SoC.
> 
> Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
> ---

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

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/sprd/sprd.yaml b/Documentation/devicetree/bindings/arm/sprd/sprd.yaml
index eaa67b8e0d6c..40fc3c8b9dce 100644
--- a/Documentation/devicetree/bindings/arm/sprd/sprd.yaml
+++ b/Documentation/devicetree/bindings/arm/sprd/sprd.yaml
@@ -35,6 +35,11 @@  properties:
               - sprd,ums512-1h10
           - const: sprd,ums512
 
+      - items:
+          - enum:
+              - sprd,ums9620-2h10
+          - const: sprd,ums9620
+
 additionalProperties: true
 
 ...