Merge branch 'vexpress' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
[cascardo/linux.git] / Documentation / devicetree / bindings / power_supply / tps65090.txt
1 TPS65090 Frontend PMU with Switchmode Charger
2
3 Required Properties:
4 -compatible: "ti,tps65090"
5 -reg: I2C slave address
6 -interrupts: the interrupt output to which this device connects
7
8 Optional Properties:
9 -ti,enable-low-current-chrg: Enables charging when a low current is detected
10  while the default logic is to stop charging.
11
12 Example:
13
14         tps65090@48 {
15                 compatible = "ti,tps65090";
16                 reg = <0x48>;
17                 interrupts = <0 88 0x4>;
18
19                 ti,enable-low-current-chrg;
20
21                 regulators {
22                         ...
23                 };