Commit 1195b303 authored by Rob Herring's avatar Rob Herring

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: default avatarVignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 346dda31
...@@ -25,6 +25,12 @@ properties: ...@@ -25,6 +25,12 @@ properties:
power-domains: power-domains:
maxItems: 1 maxItems: 1
assigned-clocks:
maxItems: 1
assigned-clock-parents:
maxItems: 1
"#address-cells": "#address-cells":
const: 2 const: 2
...@@ -47,6 +53,8 @@ patternProperties: ...@@ -47,6 +53,8 @@ patternProperties:
Documentation/devicetree/bindings/ufs/cdns,ufshc.txt for binding Documentation/devicetree/bindings/ufs/cdns,ufshc.txt for binding
documentation of child node documentation of child node
additionalProperties: false
examples: examples:
- | - |
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment