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 <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4aafc5c commit 8d2de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)