WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / regulator / sky81452-regulator.txt
blobf9acbc1f3c6bdf0cebf3d21810f4ca5b284fab2b
1 SKY81452 voltage regulator
3 Required properties:
4 - regulator node named lout.
5 - any required generic properties defined in regulator.txt
7 Optional properties:
8 - any available generic properties defined in regulator.txt
10 Example:
12         regulator {
13                 lout {
14                         regulator-name = "sky81452-lout";
15                         regulator-min-microvolt = <4500000>;
16                         regulator-max-microvolt = <8000000>;
17                 };
18         };