aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-01-29 11:09:00 -0500
committerMark Brown <broonie@kernel.org>2016-02-03 12:16:05 -0500
commit917e50d6941ed8b2bbde0a066f15f0d19e8f9409 (patch)
tree477357a5c560d506986780826258c09b53576fda
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
regulator: max77802: Fix DT binding document reference
The DT binding doc references the max77802 clocks header file which makes no sense since of course it doesn't contain data related to the regulators. It's a copy and paste error, so add a reference to the correct header file. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/regulator/max77802.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/max77802.txt b/Documentation/devicetree/bindings/regulator/max77802.txt
index 09d796ed48be..879e98d3b9aa 100644
--- a/Documentation/devicetree/bindings/regulator/max77802.txt
+++ b/Documentation/devicetree/bindings/regulator/max77802.txt
@@ -60,7 +60,7 @@ The possible values for "regulator-initial-mode" and "regulator-mode" are:
60 1: Normal regulator voltage output mode. 60 1: Normal regulator voltage output mode.
61 3: Low Power which reduces the quiescent current down to only 1uA 61 3: Low Power which reduces the quiescent current down to only 1uA
62 62
63The list of valid modes are defined in the dt-bindings/clock/maxim,max77802.h 63The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h
64header and can be included by device tree source files. 64header and can be included by device tree source files.
65 65
66The standard "regulator-mode" property can only be used for regulators that 66The standard "regulator-mode" property can only be used for regulators that