regulator: max77826: Remove erroneous additionalProperties
In this particular location additionalProperties actually declares a property named `additionalProperties` instead of specifying there should be no other properties. Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Link: https://lore.kernel.org/r/20200425125335.2674534-1-iskren.chernev@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
78f022d080
commit
48dd1a7938
|
@ -38,7 +38,6 @@ properties:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: regulator.yaml#
|
- $ref: regulator.yaml#
|
||||||
|
|
||||||
additionalProperties: false
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
required:
|
required:
|
||||||
|
|
Loading…
Reference in New Issue