Skip to content

Commit 9aa5ef3

Browse files
MrVanbroonie
authored andcommitted
dt-bindings: regulator: pf8x00: Remove restrictions for regulator-name
Following commit b0de7fa ("regulator: pca9450: Remove restrictions for regulator-name") to remove the constraints on the regulator-name to allow using arbitrary and descriptive names for the regulators. Signed-off-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20230328060032.1983381-1-peng.fan@oss.nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ad44ac0 commit 9aa5ef3

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ properties:
3838
description:
3939
Properties for single LDO regulator.
4040

41-
properties:
42-
regulator-name:
43-
pattern: "^ldo[1-4]$"
44-
description:
45-
should be "ldo1", ..., "ldo4"
46-
4741
unevaluatedProperties: false
4842

4943
"^buck[1-7]$":
@@ -53,11 +47,6 @@ properties:
5347
Properties for single BUCK regulator.
5448

5549
properties:
56-
regulator-name:
57-
pattern: "^buck[1-7]$"
58-
description:
59-
should be "buck1", ..., "buck7"
60-
6150
nxp,ilim-ma:
6251
$ref: /schemas/types.yaml#/definitions/uint32
6352
minimum: 2100
@@ -90,12 +79,6 @@ properties:
9079
description:
9180
Properties for single VSNVS regulator.
9281

93-
properties:
94-
regulator-name:
95-
pattern: "^vsnvs$"
96-
description:
97-
should be "vsnvs"
98-
9982
unevaluatedProperties: false
10083

10184
additionalProperties: false

0 commit comments

Comments
 (0)