Skip to content

Commit 367a820

Browse files
kmaincentbroonie
authored andcommitted
regulator: dt-bindings: Add regulator-power-budget-milliwatt property
Introduce a new property to describe the power budget of the regulator. This property will allow power management support for regulator consumers like PSE controllers, enabling them to make decisions based on the available power capacity. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Link: https://patch.msgid.link/20250115-feature_regulator_pw_budget-v2-2-0a44b949e6bc@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 42d7c87 commit 367a820

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/regulator/regulator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ properties:
3434
regulator-input-current-limit-microamp:
3535
description: maximum input current regulator allows
3636

37+
regulator-power-budget-milliwatt:
38+
description: power budget of the regulator
39+
3740
regulator-always-on:
3841
description: boolean, regulator should never be disabled
3942
type: boolean

0 commit comments

Comments
 (0)