dt-bindings: sy8824x: Document SY8824E support
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / regulator / sy8824x.txt
1 SY8824C/SY8824E Voltage regulator
2
3 Required properties:
4 - compatible: Must be one of the following.
5         "silergy,sy8824c"
6         "silergy,sy8824e"
7 - reg: I2C slave address
8
9 Any property defined as part of the core regulator binding, defined in
10 ./regulator.txt, can also be used.
11
12 Example:
13
14         vcore: regulator@00 {
15                 compatible = "silergy,sy8824c";
16                 reg = <0x66>;
17                 regulator-name = "vcore";
18                 regulator-min-microvolt = <800000>;
19                 regulator-max-microvolt = <1150000>;
20                 regulator-boot-on;
21                 regulator-always-on;
22         };