regulator: dt-bindings: samsung,s5m8767: Move fixed string BUCK9 to 'properties'
There's no need for a fixed string like 'BUCK9' to be under 'patternProperties', so move it under 'properties' instead. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211221120744.1118518-1-robh@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
0fc31d8f1a
commit
5d55cbc720
@ -54,8 +54,9 @@ patternProperties:
|
|||||||
required:
|
required:
|
||||||
- regulator-name
|
- regulator-name
|
||||||
|
|
||||||
|
properties:
|
||||||
# 9 buck
|
# 9 buck
|
||||||
"^BUCK9$":
|
BUCK9:
|
||||||
type: object
|
type: object
|
||||||
$ref: regulator.yaml#
|
$ref: regulator.yaml#
|
||||||
unevaluatedProperties: false
|
unevaluatedProperties: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user