Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

regulator: dt-bindings: Add missing unevaluatedProperties on child node schemas

Just as unevaluatedProperties or additionalProperties are required at
the top level of schemas, they should (and will) also be required for
child node schemas. That ensures only documented properties are
present for any node.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230925212658.1975419-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Rob Herring and committed by
Mark Brown
66af3683 6e6891cc

+5
+1
Documentation/devicetree/bindings/regulator/maxim,max20086.yaml
··· 43 43 "^OUT[1-4]$": 44 44 type: object 45 45 $ref: regulator.yaml# 46 + unevaluatedProperties: false 46 47 47 48 additionalProperties: false 48 49
+2
Documentation/devicetree/bindings/regulator/maxim,max77826.yaml
··· 30 30 "^LDO([1-9]|1[0-5])$": 31 31 type: object 32 32 $ref: regulator.yaml# 33 + unevaluatedProperties: false 33 34 34 35 "^BUCK|BUCKBOOST$": 35 36 type: object 36 37 $ref: regulator.yaml# 38 + unevaluatedProperties: false 37 39 38 40 additionalProperties: false 39 41
+2
Documentation/devicetree/bindings/regulator/onnn,fan53880.yaml
··· 48 48 "^LDO[1-4]$": 49 49 type: object 50 50 $ref: regulator.yaml# 51 + unevaluatedProperties: false 51 52 52 53 "^BUCK|BOOST$": 53 54 type: object 54 55 $ref: regulator.yaml# 56 + unevaluatedProperties: false 55 57 56 58 additionalProperties: false 57 59