treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / regulator / sy8824x.txt
blobc5e95850c42771eec8baa23fde02a5c1d2026a87
1 SY8824C/SY8824E/SY20276 Voltage regulator
3 Required properties:
4 - compatible: Must be one of the following.
5         "silergy,sy8824c"
6         "silergy,sy8824e"
7         "silergy,sy20276"
8         "silergy,sy20278"
9 - reg: I2C slave address
11 Any property defined as part of the core regulator binding, defined in
12 ./regulator.txt, can also be used.
14 Example:
16         vcore: regulator@00 {
17                 compatible = "silergy,sy8824c";
18                 reg = <0x66>;
19                 regulator-name = "vcore";
20                 regulator-min-microvolt = <800000>;
21                 regulator-max-microvolt = <1150000>;
22                 regulator-boot-on;
23                 regulator-always-on;
24         };