]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
regulator: sky81452: Modify Device Tree structure
authorGyungoh Yoo <jack.yoo@skyworksinc.com>
Tue, 2 Dec 2014 08:05:29 +0000 (17:05 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 2 Dec 2014 12:23:07 +0000 (12:23 +0000)
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/sky81452-regulator.txt

index 882455e9b36d52676a171e8988619c09048ad158..f9acbc1f3c6bdf0cebf3d21810f4ca5b284fab2b 100644 (file)
@@ -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>;
+               };
        };