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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Peng Fan and committed by
Mark Brown
20c4701b 62b04225

+1
+1
Documentation/devicetree/bindings/regulator/regulator.yaml
··· 274 274 suspend. This property is now deprecated, instead setting voltage 275 275 for suspend mode via the API which regulator driver provides is 276 276 recommended. 277 + deprecated: true 277 278 278 279 regulator-changeable-in-suspend: 279 280 description: whether the default voltage and the regulator on/off