diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-10-05 13:35:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-06 06:52:19 -0400 |
commit | 45d5ea48e1d4dc3b9df2e37aebaa4e97c52a7f2c (patch) | |
tree | 37b84a2a879a2d1420e7f5a6bcbaa7c794d7081c | |
parent | f40eb916aae018e6133f338503eafdc0e80bec27 (diff) |
regulator: max77802: Separate sections for nodes and properties
The optional "regulators" is a node and not a property so it should not
be in the "Optional properties" section but in an "Optional nodes" one.
Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/max77802.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/max77802.txt b/Documentation/devicetree/bindings/regulator/max77802.txt index b466689c47ea..09d796ed48be 100644 --- a/Documentation/devicetree/bindings/regulator/max77802.txt +++ b/Documentation/devicetree/bindings/regulator/max77802.txt | |||
@@ -28,6 +28,8 @@ Optional properties: | |||
28 | - inl7-supply: The input supply for LDO18, LDO20, LDO28 and LDO29 | 28 | - inl7-supply: The input supply for LDO18, LDO20, LDO28 and LDO29 |
29 | - inl9-supply: The input supply for LDO12, LDO23, LDO25, LDO26, LDO32 and LDO34 | 29 | - inl9-supply: The input supply for LDO12, LDO23, LDO25, LDO26, LDO32 and LDO34 |
30 | - inl10-supply: The input supply for LDO1 and LDO2 | 30 | - inl10-supply: The input supply for LDO1 and LDO2 |
31 | |||
32 | Optional nodes: | ||
31 | - regulators : The regulators of max77802 have to be instantiated | 33 | - regulators : The regulators of max77802 have to be instantiated |
32 | under subnode named "regulators" using the following format. | 34 | under subnode named "regulators" using the following format. |
33 | 35 | ||