Commit 8d2de3a5 authored by Thierry Reding's avatar Thierry Reding Committed by Mark Brown

regulator: Fix type of regulator-coupled-max-spread property

According to the description and the various uses of this property it is
meant to be an array of unsigned 32-bit values, so fixup the type to
match that.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211206153726.227464-1-thierry.reding@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4aafc5c6
...@@ -218,7 +218,7 @@ properties: ...@@ -218,7 +218,7 @@ properties:
description: Array of maximum spread between voltages of coupled regulators description: Array of maximum spread between voltages of coupled regulators
in microvolts, each value in the array relates to the corresponding in microvolts, each value in the array relates to the corresponding
couple specified by the regulator-coupled-with property. couple specified by the regulator-coupled-with property.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: "/schemas/types.yaml#/definitions/uint32-array"
regulator-max-step-microvolt: regulator-max-step-microvolt:
description: Maximum difference between current and target voltages description: Maximum difference between current and target voltages
......
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