Commit f98618b3 authored by Maciej Purski's avatar Maciej Purski Committed by Mark Brown

regulator: bindings: Add properties for coupled regulators

Some regulators require keeping their voltage spread below defined
max_spread.

Add properties to provide information on regulators' coupling.
Signed-off-by: default avatarMaciej Purski <m.purski@samsung.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 66cf9a7e
...@@ -73,6 +73,11 @@ Optional properties: ...@@ -73,6 +73,11 @@ Optional properties:
0: Disable active discharge. 0: Disable active discharge.
1: Enable active discharge. 1: Enable active discharge.
Absence of this property will leave configuration to default. Absence of this property will leave configuration to default.
- regulator-coupled-with: Regulators with which the regulator
is coupled. The linkage is 2-way - all coupled regulators should be linked
with each other. A regulator should not be coupled with its supplier.
- regulator-coupled-max-spread: Max spread between voltages of coupled regulators
in microvolts.
Deprecated properties: Deprecated properties:
- regulator-compatible: If a regulator chip contains multiple - regulator-compatible: If a regulator chip contains multiple
......
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