aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt
diff options
context:
space:
mode:
authorGyungoh Yoo <jack.yoo@skyworksinc.com>2014-12-02 17:05:29 +0900
committerMark Brown <broonie@kernel.org>2014-12-02 12:23:07 +0000
commit8b7daad3da2b36f5fe494f5d0c5ef25b33d56b96 (patch)
tree0f6946eeea07242cce8e393634d822fef5152ffd /Documentation/devicetree/bindings/regulator/sky81452-regulator.txt
parentregulator: sky81452: Modify Device Tree structure (diff)
downloadlinux-dev-8b7daad3da2b36f5fe494f5d0c5ef25b33d56b96.tar.xz
linux-dev-8b7daad3da2b36f5fe494f5d0c5ef25b33d56b96.zip
regulator: sky81452: Modify Device Tree structure
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/regulator/sky81452-regulator.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt b/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt
index 882455e9b36d..f9acbc1f3c6b 100644
--- a/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt
@@ -1,6 +1,7 @@
SKY81452 voltage regulator
Required properties:
+- regulator node named lout.
- any required generic properties defined in regulator.txt
Optional properties:
@@ -9,8 +10,9 @@ Optional properties:
Example:
regulator {
- /* generic regulator properties */
- regulator-name = "touch_en";
- regulator-min-microvolt = <4500000>;
- regulator-max-microvolt = <8000000>;
+ lout {
+ regulator-name = "sky81452-lout";
+ regulator-min-microvolt = <4500000>;
+ regulator-max-microvolt = <8000000>;
+ };
};