diff options
| author | Gyungoh Yoo <jack.yoo@skyworksinc.com> | 2014-12-02 03:05:29 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2014-12-02 07:23:07 -0500 |
| commit | 8b7daad3da2b36f5fe494f5d0c5ef25b33d56b96 (patch) | |
| tree | 0f6946eeea07242cce8e393634d822fef5152ffd | |
| 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>
| -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 882455e9b36d..f9acbc1f3c6b 100644 --- a/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | SKY81452 voltage regulator | 1 | SKY81452 voltage regulator |
| 2 | 2 | ||
| 3 | Required properties: | 3 | Required properties: |
| 4 | - regulator node named lout. | ||
| 4 | - any required generic properties defined in regulator.txt | 5 | - any required generic properties defined in regulator.txt |
| 5 | 6 | ||
| 6 | Optional properties: | 7 | Optional properties: |
| @@ -9,8 +10,9 @@ Optional properties: | |||
| 9 | Example: | 10 | Example: |
| 10 | 11 | ||
| 11 | regulator { | 12 | regulator { |
| 12 | /* generic regulator properties */ | 13 | lout { |
| 13 | regulator-name = "touch_en"; | 14 | regulator-name = "sky81452-lout"; |
| 14 | regulator-min-microvolt = <4500000>; | 15 | regulator-min-microvolt = <4500000>; |
| 15 | regulator-max-microvolt = <8000000>; | 16 | regulator-max-microvolt = <8000000>; |
| 17 | }; | ||
| 16 | }; | 18 | }; |
