Message ID | 20241121-feature_poe_port_prio-v3-17-83299fa6967c@bootlin.com (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | Add support for PSE port priority | expand |
On Thu, Nov 21, 2024 at 03:42:43PM +0100, Kory Maincent wrote: > regulator-input-current-limit-microamp: > description: maximum input current regulator allows > > + regulator-power-budget: > + description: power budget of the regulator in mW > + Properties are supposed to include the unit in the name.
On Thu, 21 Nov 2024 14:58:06 +0000 Mark Brown <broonie@kernel.org> wrote: > On Thu, Nov 21, 2024 at 03:42:43PM +0100, Kory Maincent wrote: > > regulator-input-current-limit-microamp: > > description: maximum input current regulator allows > > > > + regulator-power-budget: > > + description: power budget of the regulator in mW > > + > > Properties are supposed to include the unit in the name. Oh ok, thanks!
diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/Documentation/devicetree/bindings/regulator/regulator.yaml index 1ef380d1515e..52a410b51769 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: + description: power budget of the regulator in mW + regulator-always-on: description: boolean, regulator should never be disabled type: boolean