diff options
author | Gyungoh Yoo <jack.yoo@skyworksinc.com> | 2014-12-02 17:05:29 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-02 12:23:07 +0000 |
commit | 8b7daad3da2b36f5fe494f5d0c5ef25b33d56b96 (patch) | |
tree | 0f6946eeea07242cce8e393634d822fef5152ffd /Documentation | |
parent | 586b1514e6f66a839612bff612ce6123a84974b3 (diff) |
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 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/sky81452-regulator.txt | 10 |
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 882455e9b36..f9acbc1f3c6 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>; + }; }; |