diff options
author | Rob Herring <robh@kernel.org> | 2020-05-12 23:45:42 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-14 22:43:22 +0300 |
commit | 1195b303a661f1dcfc5f97b6504d7d22a46289bc (patch) | |
tree | 9cbd71528f6ddf6a52e2ee4097bf9f5101ea4d7f /Documentation/devicetree/bindings/ufs | |
parent | 346dda3167ff4f15321547114e4c9d4b132fa368 (diff) | |
download | linux-1195b303a661f1dcfc5f97b6504d7d22a46289bc.tar.xz |
dt-bindings: ufs: ti: Add missing 'additionalProperties: false'
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>
Diffstat (limited to 'Documentation/devicetree/bindings/ufs')
-rw-r--r-- | Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml b/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml index b503b1a918a5..4d13e6bc1c50 100644 --- a/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml @@ -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> |