diff options
author | Rob Herring <robh@kernel.org> | 2022-08-23 09:56:48 -0500 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2022-08-24 11:34:22 +0530 |
commit | c7e31e36d8a262eb0bc2daf8f9b7481c83284386 (patch) | |
tree | 0f155082345a7dfa01d71023f8bf2bc20b9ab104 /Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | |
parent | d36cb843e456324d6e725f1d8b440c4645a52d0d (diff) |
dt-bindings: opp: Add missing (unevaluated|additional)Properties on child nodes
In order to ensure only documented properties are present, node schemas
must have unevaluatedProperties or additionalProperties set to false
(typically).
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml b/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml index 59663e897dae..a202b6c6561d 100644 --- a/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml +++ b/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml @@ -40,6 +40,7 @@ properties: patternProperties: '^opp-?[0-9]+$': type: object + additionalProperties: false properties: opp-hz: true |