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:
|
||||
- regulator-name
|
||||
|
||||
properties:
|
||||
# 9 buck
|
||||
"^BUCK9$":
|
||||
BUCK9:
|
||||
type: object
|
||||
$ref: regulator.yaml#
|
||||
unevaluatedProperties: false
|
||||
|
|
Loading…
Reference in New Issue