[PATCH 1/3] dt-bindings: dma: arm-dma350: update DT binding docs
From: Jun Guo
Date: Sun Nov 16 2025 - 21:00:13 EST
- Add new compatible strings to the DT binding documents to support
cix sky1 SoC.
Signed-off-by: Jun Guo <jun.guo@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/dma/arm,dma-350.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/dma/arm,dma-350.yaml b/Documentation/devicetree/bindings/dma/arm,dma-350.yaml
index 429f682f15d8..3baf1ba5523d 100644
--- a/Documentation/devicetree/bindings/dma/arm,dma-350.yaml
+++ b/Documentation/devicetree/bindings/dma/arm,dma-350.yaml
@@ -14,7 +14,11 @@ allOf:
properties:
compatible:
- const: arm,dma-350
+ oneOf:
+ - items:
+ - enum:
+ - cix,sky1-dma-350
+ - const: arm,dma-350
reg:
items:
--
2.34.1