diff options
author | Gyungoh Yoo <gyungoh@gmail.com> | 2014-08-08 18:10:22 +0900 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-16 16:52:01 -0500 |
commit | 9839d627c2a2c74facde9a9ee949f2ba0a1363b1 (patch) | |
tree | 8c14ad0221eb8e9ad9c177b3aa121efe07988beb /Documentation/devicetree/bindings/regulator | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | blackbird-op-linux-9839d627c2a2c74facde9a9ee949f2ba0a1363b1.tar.gz blackbird-op-linux-9839d627c2a2c74facde9a9ee949f2ba0a1363b1.zip |
regulator: sky81452: Adding Skyworks SKY81452 regulator driver
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/sky81452-regulator.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt b/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt new file mode 100644 index 000000000000..882455e9b36d --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt @@ -0,0 +1,16 @@ +SKY81452 voltage regulator + +Required properties: +- any required generic properties defined in regulator.txt + +Optional properties: +- any available generic properties defined in regulator.txt + +Example: + + regulator { + /* generic regulator properties */ + regulator-name = "touch_en"; + regulator-min-microvolt = <4500000>; + regulator-max-microvolt = <8000000>; + }; |