Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: regulator: pf8x00: Remove restrictions for regulator-name

Following commit b0de7fa706506
("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>

authored by

Peng Fan and committed by
Mark Brown
9aa5ef3d ad44ac08

-17
-17
Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml
··· 38 38 description: 39 39 Properties for single LDO regulator. 40 40 41 - properties: 42 - regulator-name: 43 - pattern: "^ldo[1-4]$" 44 - description: 45 - should be "ldo1", ..., "ldo4" 46 - 47 41 unevaluatedProperties: false 48 42 49 43 "^buck[1-7]$": ··· 47 53 Properties for single BUCK regulator. 48 54 49 55 properties: 50 - regulator-name: 51 - pattern: "^buck[1-7]$" 52 - description: 53 - should be "buck1", ..., "buck7" 54 - 55 56 nxp,ilim-ma: 56 57 $ref: /schemas/types.yaml#/definitions/uint32 57 58 minimum: 2100 ··· 78 89 $ref: regulator.yaml# 79 90 description: 80 91 Properties for single VSNVS regulator. 81 - 82 - properties: 83 - regulator-name: 84 - pattern: "^vsnvs$" 85 - description: 86 - should be "vsnvs" 87 92 88 93 unevaluatedProperties: false 89 94