summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunyan Zhang <chunyan.zhang@unisoc.com>2023-12-18 13:02:33 +0300
committerChunyan Zhang <chunyan.zhang@unisoc.com>2023-12-28 11:09:22 +0300
commit07bc2433a944f767e49b373f6cdfe6b0eac801f6 (patch)
treec7a2bd0fb96f6e5ace7d266420455cacad91b1ae
parent2da4f4a7b003441b80f0f12d8a216590f652a40f (diff)
downloadlinux-07bc2433a944f767e49b373f6cdfe6b0eac801f6.tar.xz
dt-bindings: arm: Add compatible strings for Unisoc's UMS9620
Added bindings for Unisoc's UMS9620-2H10 board and UMS9620 SoC. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231218100234.1102916-3-chunyan.zhang@unisoc.com Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
-rw-r--r--Documentation/devicetree/bindings/arm/sprd/sprd.yaml5
1 files changed, 5 insertions, 0 deletions
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
...