Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / mfd / tps6105x.txt
1 * Device tree bindings for TI TPS61050/61052 Boost Converters
2
3 The TP61050/TPS61052 is a high-power "white LED driver". The
4 device provides LED, GPIO and regulator functionalities.
5
6 Required properties:
7 - compatible:           "ti,tps61050" or "ti,tps61052"
8 - reg:                  Specifies the I2C slave address
9
10 Example:
11
12 i2c0 {
13         tps61052@33 {
14                 compatible = "ti,tps61052";
15                 reg = <0x33>;
16         };
17 };