diff options
author | Rob Herring <robh@kernel.org> | 2022-07-19 15:50:09 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-20 14:03:57 +0100 |
commit | 4c7da3741804fc5631d94f4df24382ce6e88f02c (patch) | |
tree | 7a80838dc336642a57fdbb619a1e91d03c58a66e | |
parent | 218320fec29430438016f88dd4fbebfa1b95ad8d (diff) |
regulator: Add missing type for 'regulator-microvolt-offset'
'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>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/regulator.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/Documentation/devicetree/bindings/regulator/regulator.yaml index a9b66ececccf..6e8aa9eed3aa 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/regulator.yaml @@ -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 |