aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-10-13 12:45:30 +0200
committerMark Brown <broonie@kernel.org>2015-10-16 17:59:34 +0100
commit0d19208e70b3a65144c7a0b6368f849c57818242 (patch)
tree1a53457881eae01b10618f3cafd5e88e30af4e91 /Documentation/devicetree/bindings/regulator/anatop-regulator.txt
parentregulator: introduce min_dropout_uV (diff)
downloadlinux-dev-0d19208e70b3a65144c7a0b6368f849c57818242.tar.xz
linux-dev-0d19208e70b3a65144c7a0b6368f849c57818242.zip
regulator: i.MX anatop: Allow supply regulator
The anatop regulators are SoC internal LDO regulators usually supplied by an external PMIC. This patch adds support for specifying the supply from the device tree using the vin-supply property. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/anatop-regulator.txt')
-rw-r--r--Documentation/devicetree/bindings/regulator/anatop-regulator.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
index 758eae24082a..37c4ea076f88 100644
--- a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt
@@ -13,6 +13,7 @@ Optional properties:
- anatop-delay-reg-offset: Anatop MFD step time register offset
- anatop-delay-bit-shift: Bit shift for the step time register
- anatop-delay-bit-width: Number of bits used in the step time register
+- vin-supply: The supply for this regulator
Any property defined as part of the core regulator
binding, defined in regulator.txt, can also be used.