Commit 4c7da374 authored by Rob Herring's avatar Rob Herring Committed by Mark Brown

regulator: Add missing type for 'regulator-microvolt-offset'

'regulator-microvolt-offset' is missing a type definition. The type should
be 'uint32'.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220719215010.1875363-1-robh@kernel.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 218320fe
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment