Skip to content

Commit 5d55cbc

Browse files
robherringbroonie
authored andcommitted
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>
1 parent 0fc31d8 commit 5d55cbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ patternProperties:
5454
required:
5555
- regulator-name
5656

57+
properties:
5758
# 9 buck
58-
"^BUCK9$":
59+
BUCK9:
5960
type: object
6061
$ref: regulator.yaml#
6162
unevaluatedProperties: false

0 commit comments

Comments
 (0)