From: Kory Maincent Date: Wed, 15 Jan 2025 14:41:58 +0000 (+0100) Subject: regulator: dt-bindings: Add regulator-power-budget-milliwatt property X-Git-Tag: v6.14-rc1~158^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=367a8200a91025289f9664e468fbc2b67c95e70e;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20250115-feature_regulator_pw_budget-v2-2-0a44b949e6bc@bootlin.com Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/Documentation/devicetree/bindings/regulator/regulator.yaml index 1ef380d1515ec..77573bcb6b791 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/regulator.yaml @@ -34,6 +34,9 @@ properties: regulator-input-current-limit-microamp: description: maximum input current regulator allows + regulator-power-budget-milliwatt: + description: power budget of the regulator + regulator-always-on: description: boolean, regulator should never be disabled type: boolean