diff options
| author | Peng Fan <peng.fan@nxp.com> | 2026-01-19 06:48:49 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-19 17:42:46 +0300 |
| commit | 20c4701b75a3d6ce09d61e17125aefe77e7eb333 (patch) | |
| tree | 9c6e34857c88d5fa9a08478823805832b6f9278a /Documentation | |
| parent | 62b04225e99a5d1c71c5c73d2aa6618bc2c0738f (diff) | |
| download | linux-20c4701b75a3d6ce09d61e17125aefe77e7eb333.tar.xz | |
dt-bindings: regulator: mark regulator-suspend-microvolt as deprecated
The Documentation/devicetree/bindings/regulator/regulator.yaml
already states in its description that regulator-suspend-microvolt
is deprecated, but the schema did not formally mark it as such.
Add the `deprecated: true` annotation to regulator-suspend-microvolt
so that this is enforced at the schema level.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20260119-regulator-binding-v1-1-e55d33b4c3e3@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/regulator/regulator.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/Documentation/devicetree/bindings/regulator/regulator.yaml index 77573bcb6b79..042e56396399 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/regulator.yaml @@ -274,6 +274,7 @@ patternProperties: suspend. This property is now deprecated, instead setting voltage for suspend mode via the API which regulator driver provides is recommended. + deprecated: true regulator-changeable-in-suspend: description: whether the default voltage and the regulator on/off |
