Skip to content

Commit 8d2de3a

Browse files
thierryredingbroonie
authored andcommitted
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: Thierry Reding <treding@nvidia.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211206153726.227464-1-thierry.reding@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4aafc5c commit 8d2de3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/regulator/regulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ properties:
218218
description: Array of maximum spread between voltages of coupled regulators
219219
in microvolts, each value in the array relates to the corresponding
220220
couple specified by the regulator-coupled-with property.
221-
$ref: "/schemas/types.yaml#/definitions/uint32"
221+
$ref: "/schemas/types.yaml#/definitions/uint32-array"
222222

223223
regulator-max-step-microvolt:
224224
description: Maximum difference between current and target voltages

0 commit comments

Comments
 (0)