dt-bindings: ufs: ti: Add missing 'additionalProperties: false'
authorRob Herring <robh@kernel.org>
Tue, 12 May 2020 20:45:42 +0000 (15:45 -0500)
committerRob Herring <robh@kernel.org>
Thu, 14 May 2020 19:43:22 +0000 (14:43 -0500)
The ti,j721e-ufs schema is missing an 'additionalProperties: false'. Add
that and and the missing assigned-clock properties.

Acked-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml

index b503b1a..4d13e6b 100644 (file)
@@ -25,6 +25,12 @@ properties:
   power-domains:
     maxItems: 1
 
+  assigned-clocks:
+    maxItems: 1
+
+  assigned-clock-parents:
+    maxItems: 1
+
   "#address-cells":
     const: 2
 
@@ -47,6 +53,8 @@ patternProperties:
       Documentation/devicetree/bindings/ufs/cdns,ufshc.txt for binding
       documentation of child node
 
+additionalProperties: false
+
 examples:
   - |
     #include <dt-bindings/interrupt-controller/irq.h>