Merge tag 'iommu-updates-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / regulator / sy8824x.txt
1 SY8824C/SY8824E/SY20276 Voltage regulator
2
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
10
11 Any property defined as part of the core regulator binding, defined in
12 ./regulator.txt, can also be used.
13
14 Example:
15
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         };