Skip to content

Commit

Permalink
regulator: Add missing type for 'regulator-microvolt-offset'
Browse files Browse the repository at this point in the history
'regulator-microvolt-offset' is missing a type definition. The type should
be 'uint32'.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220719215010.1875363-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Rob Herring authored and Mark Brown committed Jul 20, 2022
1 parent 218320f commit 4c7da37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/regulator/regulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ properties:

regulator-microvolt-offset:
description: Offset applied to voltages to compensate for voltage drops
$ref: "/schemas/types.yaml#/definitions/uint32"

regulator-min-microamp:
description: smallest current consumers may set
Expand Down

0 comments on commit 4c7da37

Please sign in to comment.