aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2021-12-21 08:07:43 -0400
committerMark Brown <broonie@kernel.org>2021-12-21 13:21:41 +0000
commit5d55cbc720cc3650aafed6c1f5dbcf7e3f276312 (patch)
treecb1d4ba3b1de735ca9cb29623498922ec15db58a /Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml
parentregulator: Introduce tps68470-regulator driver (diff)
downloadlinux-dev-5d55cbc720cc3650aafed6c1f5dbcf7e3f276312.tar.xz
linux-dev-5d55cbc720cc3650aafed6c1f5dbcf7e3f276312.zip
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>
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml
index 80a63d47790a..6c8ad82bd69c 100644
--- a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml
+++ b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml
@@ -54,8 +54,9 @@ patternProperties:
required:
- regulator-name
+properties:
# 9 buck
- "^BUCK9$":
+ BUCK9:
type: object
$ref: regulator.yaml#
unevaluatedProperties: false