Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mfd: Add TI tps6105x chip bindings

There are Device Tree source files defining a device node for the
tps61050/61052 I2C chip but there isn't a binding document for it.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Javier Martinez Canillas and committed by
Lee Jones
8002c4e7 7da48df7

+17
+17
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 + };